#153020

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

Shades of Deep Fir #153020

Tints of Deep Fir #153020

Color information

#153020 (or 0x153020) is unknown color: approx Deep Fir. HEX triplet: 15, 30 and 20. RGB value is (21,48,32). Sum of RGB (Red+Green+Blue) = 21+48+32=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 32 (12.89% from 255 or 31.68% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #153020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153020 is #EACFDF. Grayscale: #262626. Windows color (decimal): -15388640 or 2109461. OLE color: 2109461.

HSL color Cylindrical-coordinate representation of color #153020: hue angle of 144.44º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #153020 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB214832-
CMYK0.5600.330.81
HSL144.44º39.13%13.53%-
HSV(B)144.44º56.25%18.82%-
XYZ1.632.381.74-
YUV38.1124.55115.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.79%
GREEN value IS 48 (19.14% from 255) = 47.52%
BLUE value IS 32 (12.89% from 255) = 31.68%
R=20.79%
G=47.52%
B=31.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2148320.5600.330.81144.4439.1313.53
Hex15302038021519027e
Octal256040700411212204716
Binary1010111000010000011100001000011010001100100001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153020; }

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

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

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

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

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

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

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

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