#183020

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

Shades of Deep Fir #183020

Tints of Deep Fir #183020

Color information

#183020 (or 0x183020) is unknown color: approx Deep Fir. HEX triplet: 18, 30 and 20. RGB value is (24,48,32). Sum of RGB (Red+Green+Blue) = 24+48+32=104 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.08% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #183020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183020 is #E7CFDF. Grayscale: #272727. Windows color (decimal): -15192032 or 2109464. OLE color: 2109464.

HSL color Cylindrical-coordinate representation of color #183020: hue angle of 140º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #183020 is Cyan = 0.5, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB244832-
CMYK0.500.330.81
HSL140º33.33%14.12%-
HSV(B)140º50%18.82%-
XYZ1.692.411.74-
YUV39124.05117.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.08%
GREEN value IS 48 (19.14% from 255) = 46.15%
BLUE value IS 32 (12.89% from 255) = 30.77%
R=23.08%
G=46.15%
B=30.77%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2448320.500.330.8114033.3314.12
Hex18302032021518c21e
Octal306040620411212144116
Binary1100011000010000011001001000011010001100011001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183020; }

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

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

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

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

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

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

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

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