Html Css Color HEX #139032 Forest Green

📋 copy color: '#139032'

red 19 ◦ green 144 ◦ blue 50

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

Shades of Forest Green #139032

Tints of Forest Green #139032

RGB

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

 GREEN value IS 144 (56.64% from 255) = 67.61%

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

R = 8.92%
G = 67.61%
B = 23.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#139032 (or 0x139032) is known color: Forest Green. HEX triplet: 13, 90 and 32. RGB value is (19,144,50). Sum of RGB (Red+Green+Blue) = 19+144+50=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 144 (56.64% from 255 or 67.61% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 144 - color contains mainly: green. Hex color #139032 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139032 is #EC6FCD. Grayscale: #606060. Windows color (decimal): -15495118 or 3313683. OLE color: 3313683.

HSL color Cylindrical-coordinate representation of color #139032: hue angle of 134.88º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139032 is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 144 50 -
CMYK 0.87 0 0.65 0.44
HSL 134.88º 0.77% 0.32% -
HSV(B) 134.88º 0.87% 0.56% -
XYZ 10.82 20.32 6.37 -
YUV 95.91 102.09 73.14 -
System Red Green Blue C M Y K H S L
Decimal 19 144 50 0.87 0 0.65 0.44 134.88 0.77 0.32
Hex 13 90 32 57 0 41 2C 87 4D 20
Octal 23 220 62 127 0 101 54 207 115 40
Binary 10011 10010000 110010 1010111 0 1000001 101100 10000111 1001101 100000

Color Harmonies of #139032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139032

Black with #139032

Text Example


Text Example

White with #139032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139032; }

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

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

background-color css

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

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

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

border-color css

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

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

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