Html Css Color HEX #158C32 Forest Green

📋 copy color: '#158C32'

red 21 ◦ green 140 ◦ blue 50

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

Shades of Forest Green #158C32

Tints of Forest Green #158C32

RGB

 RED value IS 21 (8.59% from 255) = 9.95%

 GREEN value IS 140 (55.08% from 255) = 66.35%

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

R = 9.95%
G = 66.35%
B = 23.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#158C32 (or 0x158C32) is known color: Forest Green. HEX triplet: 15, 8C and 32. RGB value is (21,140,50). Sum of RGB (Red+Green+Blue) = 21+140+50=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 140 (55.08% from 255 or 66.35% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 140 - color contains mainly: green. Hex color #158C32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158C32 is #EA73CD. Grayscale: #5E5E5E. Windows color (decimal): -15365070 or 3312661. OLE color: 3312661.

HSL color Cylindrical-coordinate representation of color #158C32: hue angle of 134.62º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158C32 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 140 50 -
CMYK 0.85 0 0.64 0.45
HSL 134.62º 0.74% 0.32% -
HSV(B) 134.62º 0.85% 0.55% -
XYZ 10.26 19.15 6.17 -
YUV 94.16 103.08 75.82 -
System Red Green Blue C M Y K H S L
Decimal 21 140 50 0.85 0 0.64 0.45 134.62 0.74 0.32
Hex 15 8C 32 55 0 40 2D 87 4A 20
Octal 25 214 62 125 0 100 55 207 112 40
Binary 10101 10001100 110010 1010101 0 1000000 101101 10000111 1001010 100000

Color Harmonies of #158C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158C32

Black with #158C32

Text Example


Text Example

White with #158C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158C32; }

 p { color: rgb(21,140,50); }

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

background-color css

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

 a { background-color: rgb(21,140,50); }

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

border-color css

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

 span { border-color: rgb(21,140,50); }

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