Html Css Color HEX #139F32 Forest Green

📋 copy color: '#139F32'

red 19 ◦ green 159 ◦ blue 50

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

Shades of Forest Green #139F32

Tints of Forest Green #139F32

RGB

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

 GREEN value IS 159 (62.5% from 255) = 69.74%

 BLUE value IS 50 (19.92% from 255) = 21.93%

R = 8.33%
G = 69.74%
B = 21.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#139F32 (or 0x139F32) is known color: Forest Green. HEX triplet: 13, 9F and 32. RGB value is (19,159,50). Sum of RGB (Red+Green+Blue) = 19+159+50=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 159 (62.5% from 255 or 69.74% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 159 - color contains mainly: green. Hex color #139F32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139F32 is #EC60CD. Grayscale: #696969. Windows color (decimal): -15491278 or 3317523. OLE color: 3317523.

HSL color Cylindrical-coordinate representation of color #139F32: hue angle of 133.29º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139F32 is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 19 159 50 -
CMYK 0.88 0 0.69 0.38
HSL 133.29º 0.79% 0.35% -
HSV(B) 133.29º 0.88% 0.62% -
XYZ 13.24 25.17 7.18 -
YUV 104.71 97.12 66.86 -
System Red Green Blue C M Y K H S L
Decimal 19 159 50 0.88 0 0.69 0.38 133.29 0.79 0.35
Hex 13 9F 32 58 0 45 26 85 4F 23
Octal 23 237 62 130 0 105 46 205 117 43
Binary 10011 10011111 110010 1011000 0 1000101 100110 10000101 1001111 100011

Color Harmonies of #139F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139F32

Black with #139F32

Text Example


Text Example

White with #139F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,159,50); }

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

background-color css

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

 a { background-color: rgb(19,159,50); }

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

border-color css

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

 span { border-color: rgb(19,159,50); }

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