#153E1D

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

Shades of Deep Fir #153E1D

Tints of Deep Fir #153E1D

Color information

#153E1D (or 0x153E1D) is unknown color: approx Deep Fir. HEX triplet: 15, 3E and 1D. RGB value is (21,62,29). Sum of RGB (Red+Green+Blue) = 21+62+29=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 62 (24.61% from 255 or 55.36% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 62 - color contains mainly: green. Hex color #153E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153E1D is #EAC1E2. Grayscale: #2E2E2E. Windows color (decimal): -15385059 or 1916437. OLE color: 1916437.

HSL color Cylindrical-coordinate representation of color #153E1D: hue angle of 131.71º 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 #153E1D is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.76.

Color convert

RGB216229-
CMYK0.6600.530.76
HSL131.71º49.4%16.27%-
HSV(B)131.71º66.13%24.31%-
XYZ2.253.691.76-
YUV45.98118.42110.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.75%
GREEN value IS 62 (24.61% from 255) = 55.36%
BLUE value IS 29 (11.72% from 255) = 25.89%
R=18.75%
G=55.36%
B=25.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2162290.6600.530.76131.7149.416.27
Hex153E1D420354C843110
Octal2576351020651142046120
Binary10101111110111011000010011010110011001000010011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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