Html Css Color HEX #158421 Forest Green

📋 copy color: '#158421'

red 21 ◦ green 132 ◦ blue 33

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

Shades of Forest Green #158421

Tints of Forest Green #158421

RGB

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

 GREEN value IS 132 (51.95% from 255) = 70.97%

 BLUE value IS 33 (13.28% from 255) = 17.74%

R = 11.29%
G = 70.97%
B = 17.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#158421 (or 0x158421) is known color: Forest Green. HEX triplet: 15, 84 and 21. RGB value is (21,132,33). Sum of RGB (Red+Green+Blue) = 21+132+33=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 132 (51.95% from 255 or 70.97% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 132 - color contains mainly: green. Hex color #158421 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158421 is #EA7BDE. Grayscale: #575757. Windows color (decimal): -15367135 or 2196501. OLE color: 2196501.

HSL color Cylindrical-coordinate representation of color #158421: hue angle of 126.49º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158421 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 132 33 -
CMYK 0.84 0 0.75 0.48
HSL 126.49º 0.73% 0.3% -
HSV(B) 126.49º 0.84% 0.52% -
XYZ 8.84 16.77 4.21 -
YUV 87.53 97.23 80.55 -
System Red Green Blue C M Y K H S L
Decimal 21 132 33 0.84 0 0.75 0.48 126.49 0.73 0.3
Hex 15 84 21 54 0 4B 30 7E 49 1E
Octal 25 204 41 124 0 113 60 176 111 36
Binary 10101 10000100 100001 1010100 0 1001011 110000 1111110 1001001 11110

Color Harmonies of #158421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158421

Black with #158421

Text Example


Text Example

White with #158421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158421; }

 p { color: rgb(21,132,33); }

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

background-color css

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

 a { background-color: rgb(21,132,33); }

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

border-color css

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

 span { border-color: rgb(21,132,33); }

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