#153E1B

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

Shades of Deep Fir #153E1B

Tints of Deep Fir #153E1B

Color information

#153E1B (or 0x153E1B) is unknown color: approx Deep Fir. HEX triplet: 15, 3E and 1B. RGB value is (21,62,27). Sum of RGB (Red+Green+Blue) = 21+62+27=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 62 (24.61% from 255 or 56.36% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 62 - color contains mainly: green. Hex color #153E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153E1B is #EAC1E4. Grayscale: #2D2D2D. Windows color (decimal): -15385061 or 1785365. OLE color: 1785365.

HSL color Cylindrical-coordinate representation of color #153E1B: hue angle of 128.78º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #153E1B is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.76.

Color convert

RGB216227-
CMYK0.6600.560.76
HSL128.78º49.4%16.27%-
HSV(B)128.78º66.13%24.31%-
XYZ2.233.681.63-
YUV45.75117.42110.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.09%
GREEN value IS 62 (24.61% from 255) = 56.36%
BLUE value IS 27 (10.94% from 255) = 24.55%
R=19.09%
G=56.36%
B=24.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2162270.6600.560.76128.7849.416.27
Hex153E1B420384C813110
Octal2576331020701142016120
Binary10101111110110111000010011100010011001000000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,62,27); }

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

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

 a { background-color: rgb(21,62,27); }

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

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

 span { border-color: rgb(21,62,27); }

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