#183E1F

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

Shades of Deep Fir #183E1F

Tints of Deep Fir #183E1F

Color information

#183E1F (or 0x183E1F) is unknown color: approx Deep Fir. HEX triplet: 18, 3E and 1F. RGB value is (24,62,31). Sum of RGB (Red+Green+Blue) = 24+62+31=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 62 (24.61% from 255 or 52.99% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 62 - color contains mainly: green. Hex color #183E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183E1F is #E7C1E0. Grayscale: #2F2F2F. Windows color (decimal): -15188449 or 2047512. OLE color: 2047512.

HSL color Cylindrical-coordinate representation of color #183E1F: hue angle of 131.05º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #183E1F is Cyan = 0.61, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.

Color convert

RGB246231-
CMYK0.6100.50.76
HSL131.05º44.19%16.86%-
HSV(B)131.05º61.29%24.31%-
XYZ2.353.741.89-
YUV47.1118.91111.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.51%
GREEN value IS 62 (24.61% from 255) = 52.99%
BLUE value IS 31 (12.5% from 255) = 26.50%
R=20.51%
G=52.99%
B=26.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2462310.6100.50.76131.0544.1916.86
Hex183E1F3D0324C832c11
Octal307637750621142035421
Binary1100011111011111111101011001010011001000001110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,62,31); }

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

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

 a { background-color: rgb(24,62,31); }

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

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

 span { border-color: rgb(24,62,31); }

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