Html Css Color HEX #157521 Forest Green

📋 copy color: '#157521'

red 21 ◦ green 117 ◦ blue 33

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

Shades of Forest Green #157521

Tints of Forest Green #157521

RGB

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

 GREEN value IS 117 (46.09% from 255) = 68.42%

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

R = 12.28%
G = 68.42%
B = 19.3%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#157521 (or 0x157521) is known color: Forest Green. HEX triplet: 15, 75 and 21. RGB value is (21,117,33). Sum of RGB (Red+Green+Blue) = 21+117+33=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 117 (46.09% from 255 or 68.42% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 117 - color contains mainly: green. Hex color #157521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157521 is #EA8ADE. Grayscale: #4E4E4E. Windows color (decimal): -15370975 or 2192661. OLE color: 2192661.

HSL color Cylindrical-coordinate representation of color #157521: hue angle of 127.5º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157521 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 117 33 -
CMYK 0.82 0 0.72 0.54
HSL 127.5º 0.7% 0.27% -
HSV(B) 127.5º 0.82% 0.46% -
XYZ 6.95 12.99 3.58 -
YUV 78.72 102.2 86.83 -
System Red Green Blue C M Y K H S L
Decimal 21 117 33 0.82 0 0.72 0.54 127.5 0.7 0.27
Hex 15 75 21 52 0 48 36 80 46 1B
Octal 25 165 41 122 0 110 66 200 106 33
Binary 10101 1110101 100001 1010010 0 1001000 110110 10000000 1000110 11011

Color Harmonies of #157521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157521

Black with #157521

Text Example


Text Example

White with #157521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157521; }

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

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

background-color css

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

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

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

border-color css

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

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

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