Html Css Color HEX #139930 Forest Green

📋 copy color: '#139930'

red 19 ◦ green 153 ◦ blue 48

#139930
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #139930

Tints of Forest Green #139930

RGB

 RED value IS 19 (7.81% from 255) = 8.64%

 GREEN value IS 153 (60.16% from 255) = 69.55%

 BLUE value IS 48 (19.14% from 255) = 21.82%

R = 8.64%
G = 69.55%
B = 21.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#139930 (or 0x139930) is known color: Forest Green. HEX triplet: 13, 99 and 30. RGB value is (19,153,48). Sum of RGB (Red+Green+Blue) = 19+153+48=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 153 (60.16% from 255 or 69.55% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 153 - color contains mainly: green. Hex color #139930 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139930 is #EC66CF. Grayscale: #656565. Windows color (decimal): -15492816 or 3184915. OLE color: 3184915.

HSL color Cylindrical-coordinate representation of color #139930: hue angle of 132.99º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139930 is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 153 48 -
CMYK 0.88 0 0.69 0.4
HSL 132.99º 0.78% 0.34% -
HSV(B) 132.99º 0.88% 0.6% -
XYZ 12.19 23.13 6.62 -
YUV 100.96 98.11 69.54 -
System Red Green Blue C M Y K H S L
Decimal 19 153 48 0.88 0 0.69 0.4 132.99 0.78 0.34
Hex 13 99 30 58 0 45 28 85 4E 22
Octal 23 231 60 130 0 105 50 205 116 42
Binary 10011 10011001 110000 1011000 0 1000101 101000 10000101 1001110 100010

Color Harmonies of #139930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139930

Black with #139930

Text Example


Text Example

White with #139930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139930; }

 p { color: rgb(19,153,48); }

 H1.HeaderClassName
 {
   color: #139930;
 }
 .AnyTagClassName
 {
   color: #139930;
 }
</style>

background-color css

<style>
 a { background-color: #139930; }

 a { background-color: rgb(19,153,48); }

 div.DivClassName
 {
   background-color: #139930;
 }
 .BgClassName
 {
   background-color: #139930;
 }
</style>

border-color css

<style>
 span { border-color: #139930; }

 span { border-color: rgb(19,153,48); }

 td.TdClassName
 {
   border-color: #139930;
 }
 .TagClassName
 {
   border-color: #139930;
 }
</style>