#153A1D

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

Shades of Deep Fir #153A1D

Tints of Deep Fir #153A1D

Color information

#153A1D (or 0x153A1D) is unknown color: approx Deep Fir. HEX triplet: 15, 3A and 1D. RGB value is (21,58,29). Sum of RGB (Red+Green+Blue) = 21+58+29=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 58 (23.05% from 255 or 53.70% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 58 - color contains mainly: green. Hex color #153A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A1D is #EAC5E2. Grayscale: #2B2B2B. Windows color (decimal): -15386083 or 1915413. OLE color: 1915413.

HSL color Cylindrical-coordinate representation of color #153A1D: hue angle of 132.97º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #153A1D is Cyan = 0.64, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.77.

Color convert

RGB215829-
CMYK0.6400.50.77
HSL132.97º46.84%15.49%-
HSV(B)132.97º63.79%22.75%-
XYZ2.043.271.69-
YUV43.63119.74111.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.44%
GREEN value IS 58 (23.05% from 255) = 53.70%
BLUE value IS 29 (11.72% from 255) = 26.85%
R=19.44%
G=53.70%
B=26.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2158290.6400.50.77132.9746.8415.49
Hex153A1D400324D852ff
Octal2572351000621152055717
Binary1010111101011101100000001100101001101100001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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