#183B20

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

Shades of Deep Fir #183B20

Tints of Deep Fir #183B20

Color information

#183B20 (or 0x183B20) is unknown color: approx Deep Fir. HEX triplet: 18, 3B and 20. RGB value is (24,59,32). Sum of RGB (Red+Green+Blue) = 24+59+32=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 59 (23.44% from 255 or 51.30% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 59 - color contains mainly: green. Hex color #183B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183B20 is #E7C4DF. Grayscale: #2D2D2D. Windows color (decimal): -15189216 or 2112280. OLE color: 2112280.

HSL color Cylindrical-coordinate representation of color #183B20: hue angle of 133.71º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #183B20 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.77.

Color convert

RGB245932-
CMYK0.5900.460.77
HSL133.71º42.17%16.27%-
HSV(B)133.71º59.32%23.14%-
XYZ2.23.431.91-
YUV45.46120.4112.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.87%
GREEN value IS 59 (23.44% from 255) = 51.30%
BLUE value IS 32 (12.89% from 255) = 27.83%
R=20.87%
G=51.30%
B=27.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2459320.5900.460.77133.7142.1716.27
Hex183B203B02E4D862a10
Octal307340730561152065220
Binary11000111011100000111011010111010011011000011010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183B20; }

 p { color: rgb(24,59,32); }

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

<style>
 a { background-color: #183B20; }

 a { background-color: rgb(24,59,32); }

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

<style>
 span { border-color: #183B20; }

 span { border-color: rgb(24,59,32); }

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