Html Css Color HEX #158C28 Forest Green

📋 copy color: '#158C28'

red 21 ◦ green 140 ◦ blue 40

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

Shades of Forest Green #158C28

Tints of Forest Green #158C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.9%

R = 10.45%
G = 69.65%
B = 19.9%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#158C28 (or 0x158C28) is known color: Forest Green. HEX triplet: 15, 8C and 28. RGB value is (21,140,40). Sum of RGB (Red+Green+Blue) = 21+140+40=201 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.45% from 201); Green value is 140 (55.08% from 255 or 69.65% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 140 - color contains mainly: green. Hex color #158C28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158C28 is #EA73D7. Grayscale: #5D5D5D. Windows color (decimal): -15365080 or 2657301. OLE color: 2657301.

HSL color Cylindrical-coordinate representation of color #158C28: hue angle of 129.58º 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 #158C28 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 140 40 -
CMYK 0.85 0 0.71 0.45
HSL 129.58º 0.74% 0.32% -
HSV(B) 129.58º 0.85% 0.55% -
XYZ 10.07 19.07 5.16 -
YUV 93.02 98.08 76.63 -
System Red Green Blue C M Y K H S L
Decimal 21 140 40 0.85 0 0.71 0.45 129.58 0.74 0.32
Hex 15 8C 28 55 0 47 2D 82 4A 20
Octal 25 214 50 125 0 107 55 202 112 40
Binary 10101 10001100 101000 1010101 0 1000111 101101 10000010 1001010 100000

Color Harmonies of #158C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158C28

Black with #158C28

Text Example


Text Example

White with #158C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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