Html Css Color HEX #139A2A Forest Green

📋 copy color: '#139A2A'

red 19 ◦ green 154 ◦ blue 42

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

Shades of Forest Green #139A2A

Tints of Forest Green #139A2A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 71.63%

 BLUE value IS 42 (16.8% from 255) = 19.53%

R = 8.84%
G = 71.63%
B = 19.53%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#139A2A (or 0x139A2A) is known color: Forest Green. HEX triplet: 13, 9A and 2A. RGB value is (19,154,42). Sum of RGB (Red+Green+Blue) = 19+154+42=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 154 (60.55% from 255 or 71.63% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 154 - color contains mainly: green. Hex color #139A2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139A2A is #EC65D5. Grayscale: #656565. Windows color (decimal): -15492566 or 2791955. OLE color: 2791955.

HSL color Cylindrical-coordinate representation of color #139A2A: hue angle of 130.22º 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 #139A2A is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 154 42 -
CMYK 0.88 0 0.73 0.40
HSL 130.22º 0.78% 0.34% -
HSV(B) 130.22º 0.88% 0.6% -
XYZ 12.24 23.42 6.07 -
YUV 100.87 94.77 69.61 -
System Red Green Blue C M Y K H S L
Decimal 19 154 42 0.88 0 0.73 0.40 130.22 0.78 0.34
Hex 13 9A 2A 58 0 49 28 82 4E 22
Octal 23 232 52 130 0 111 50 202 116 42
Binary 10011 10011010 101010 1011000 0 1001001 101000 10000010 1001110 100010

Color Harmonies of #139A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139A2A

Black with #139A2A

Text Example


Text Example

White with #139A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139A2A; }

 p { color: rgb(19,154,42); }

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

background-color css

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

 a { background-color: rgb(19,154,42); }

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

border-color css

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

 span { border-color: rgb(19,154,42); }

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