#153F27

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

Shades of Deep Fir #153F27

Tints of Deep Fir #153F27

Color information

#153F27 (or 0x153F27) is unknown color: approx Deep Fir. HEX triplet: 15, 3F and 27. RGB value is (21,63,39). Sum of RGB (Red+Green+Blue) = 21+63+39=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 63 (25% from 255 or 51.22% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 63 - color contains mainly: green. Hex color #153F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F27 is #EAC0D8. Grayscale: #2F2F2F. Windows color (decimal): -15384793 or 2572053. OLE color: 2572053.

HSL color Cylindrical-coordinate representation of color #153F27: hue angle of 145.71º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153F27 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB216339-
CMYK0.6700.380.75
HSL145.71º50%16.47%-
HSV(B)145.71º66.67%24.71%-
XYZ2.453.862.54-
YUV47.71123.09108.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.07%
GREEN value IS 63 (25% from 255) = 51.22%
BLUE value IS 39 (15.62% from 255) = 31.71%
R=17.07%
G=51.22%
B=31.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2163390.6700.380.75145.715016.47
Hex153F27430264B923210
Octal2577471030461132226220
Binary101011111111001111000011010011010010111001001011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,63,39); }

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

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

 a { background-color: rgb(21,63,39); }

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

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

 span { border-color: rgb(21,63,39); }

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