#183F20

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

Shades of Deep Fir #183F20

Tints of Deep Fir #183F20

Color information

#183F20 (or 0x183F20) is unknown color: approx Deep Fir. HEX triplet: 18, 3F and 20. RGB value is (24,63,32). Sum of RGB (Red+Green+Blue) = 24+63+32=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 63 (25% from 255 or 52.94% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 63 - color contains mainly: green. Hex color #183F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183F20 is #E7C0DF. Grayscale: #2F2F2F. Windows color (decimal): -15188192 or 2113304. OLE color: 2113304.

HSL color Cylindrical-coordinate representation of color #183F20: hue angle of 132.31º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #183F20 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB246332-
CMYK0.6200.490.75
HSL132.31º44.83%17.06%-
HSV(B)132.31º61.9%24.71%-
XYZ2.413.851.98-
YUV47.8119.08111.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.17%
GREEN value IS 63 (25% from 255) = 52.94%
BLUE value IS 32 (12.89% from 255) = 26.89%
R=20.17%
G=52.94%
B=26.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2463320.6200.490.75132.3144.8317.06
Hex183F203E0314B842d11
Octal307740760611132045521
Binary11000111111100000111110011000110010111000010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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