#153F1D

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

Shades of Deep Fir #153F1D

Tints of Deep Fir #153F1D

Color information

#153F1D (or 0x153F1D) is unknown color: approx Deep Fir. HEX triplet: 15, 3F and 1D. RGB value is (21,63,29). Sum of RGB (Red+Green+Blue) = 21+63+29=113 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.58% from 113); Green value is 63 (25% from 255 or 55.75% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 63 - color contains mainly: green. Hex color #153F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F1D is #EAC0E2. Grayscale: #2E2E2E. Windows color (decimal): -15384803 or 1916693. OLE color: 1916693.

HSL color Cylindrical-coordinate representation of color #153F1D: hue angle of 131.43º 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 #153F1D is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB216329-
CMYK0.6700.540.75
HSL131.43º50%16.47%-
HSV(B)131.43º66.67%24.71%-
XYZ2.313.81.77-
YUV46.57118.09109.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.58%
GREEN value IS 63 (25% from 255) = 55.75%
BLUE value IS 29 (11.72% from 255) = 25.66%
R=18.58%
G=55.75%
B=25.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2163290.6700.540.75131.435016.47
Hex153F1D430364B833210
Octal2577351030661132036220
Binary10101111111111011000011011011010010111000001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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