#153D23

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

Shades of Deep Fir #153D23

Tints of Deep Fir #153D23

Color information

#153D23 (or 0x153D23) is unknown color: approx Deep Fir. HEX triplet: 15, 3D and 23. RGB value is (21,61,35). Sum of RGB (Red+Green+Blue) = 21+61+35=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 61 (24.22% from 255 or 52.14% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 61 - color contains mainly: green. Hex color #153D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153D23 is #EAC2DC. Grayscale: #2E2E2E. Windows color (decimal): -15385309 or 2309397. OLE color: 2309397.

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

Color convert

RGB216135-
CMYK0.6600.430.76
HSL141º48.78%16.08%-
HSV(B)141º65.57%23.92%-
XYZ2.283.622.17-
YUV46.08121.75110.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.95%
GREEN value IS 61 (24.22% from 255) = 52.14%
BLUE value IS 35 (14.06% from 255) = 29.91%
R=17.95%
G=52.14%
B=29.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2161350.6600.430.7614148.7816.08
Hex153D234202B4C8d3110
Octal2575431020531142156120
Binary101011111011000111000010010101110011001000110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,61,35); }

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

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

 a { background-color: rgb(21,61,35); }

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

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

 span { border-color: rgb(21,61,35); }

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