#153E1E

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

Shades of Deep Fir #153E1E

Tints of Deep Fir #153E1E

Color information

#153E1E (or 0x153E1E) is unknown color: approx Deep Fir. HEX triplet: 15, 3E and 1E. RGB value is (21,62,30). Sum of RGB (Red+Green+Blue) = 21+62+30=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 62 (24.61% from 255 or 54.87% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 62 - color contains mainly: green. Hex color #153E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153E1E is #EAC1E1. Grayscale: #2E2E2E. Windows color (decimal): -15385058 or 1981973. OLE color: 1981973.

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

Color convert

RGB216230-
CMYK0.6600.520.76
HSL133.17º49.4%16.27%-
HSV(B)133.17º66.13%24.31%-
XYZ2.273.71.82-
YUV46.09118.92110.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.58%
GREEN value IS 62 (24.61% from 255) = 54.87%
BLUE value IS 30 (12.11% from 255) = 26.55%
R=18.58%
G=54.87%
B=26.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2162300.6600.520.76133.1749.416.27
Hex153E1E420344C853110
Octal2576361020641142056120
Binary10101111110111101000010011010010011001000010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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