#153F20

Color #153F20 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #153F20

Tints of Deep Fir #153F20

Color information

#153F20 (or 0x153F20) is unknown color: approx Deep Fir. HEX triplet: 15, 3F and 20. RGB value is (21,63,32). Sum of RGB (Red+Green+Blue) = 21+63+32=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 63 (25% from 255 or 54.31% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 63 - color contains mainly: green. Hex color #153F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F20 is #EAC0DF. Grayscale: #2E2E2E. Windows color (decimal): -15384800 or 2113301. OLE color: 2113301.

HSL color Cylindrical-coordinate representation of color #153F20: hue angle of 135.71º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153F20 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB216332-
CMYK0.6700.490.75
HSL135.71º50%16.47%-
HSV(B)135.71º66.67%24.71%-
XYZ2.353.821.98-
YUV46.91119.59109.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.10%
GREEN value IS 63 (25% from 255) = 54.31%
BLUE value IS 32 (12.89% from 255) = 27.59%
R=18.10%
G=54.31%
B=27.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2163320.6700.490.75135.715016.47
Hex153F20430314B883210
Octal2577401030611132106220
Binary101011111111000001000011011000110010111000100011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153F20; }

 p { color: rgb(21,63,32); }

 H1.HeaderClassName
 {
   color: #153F20;
 }
 .AnyTagClassName
 {
   color: #153F20;
 }
</style>
background-color css

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

 a { background-color: rgb(21,63,32); }

 div.DivClassName
 {
   background-color: #153F20;
 }
 .BgClassName
 {
   background-color: #153F20;
 }
</style>
border-color css

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

 span { border-color: rgb(21,63,32); }

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