#153E26

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

Shades of Deep Fir #153E26

Tints of Deep Fir #153E26

Color information

#153E26 (or 0x153E26) is unknown color: approx Deep Fir. HEX triplet: 15, 3E and 26. RGB value is (21,62,38). Sum of RGB (Red+Green+Blue) = 21+62+38=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 62 (24.61% from 255 or 51.24% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 62 - color contains mainly: green. Hex color #153E26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153E26 is #EAC1D9. Grayscale: #2F2F2F. Windows color (decimal): -15385050 or 2506261. OLE color: 2506261.

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

Color convert

RGB216238-
CMYK0.6600.390.76
HSL144.88º49.4%16.27%-
HSV(B)144.88º66.13%24.31%-
XYZ2.383.742.43-
YUV47122.92109.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 62 (24.61% from 255) = 51.24%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=17.36%
G=51.24%
B=31.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2162380.6600.390.76144.8849.416.27
Hex153E26420274C913110
Octal2576461020471142216120
Binary101011111101001101000010010011110011001001000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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