#183F1E

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

Shades of Deep Fir #183F1E

Tints of Deep Fir #183F1E

Color information

#183F1E (or 0x183F1E) is unknown color: approx Deep Fir. HEX triplet: 18, 3F and 1E. RGB value is (24,63,30). Sum of RGB (Red+Green+Blue) = 24+63+30=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 63 (25% from 255 or 53.85% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 63 - color contains mainly: green. Hex color #183F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183F1E is #E7C0E1. Grayscale: #2F2F2F. Windows color (decimal): -15188194 or 1982232. OLE color: 1982232.

HSL color Cylindrical-coordinate representation of color #183F1E: hue angle of 129.23º 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 #183F1E is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB246330-
CMYK0.6200.520.75
HSL129.23º44.83%17.06%-
HSV(B)129.23º61.9%24.71%-
XYZ2.393.841.84-
YUV47.58118.08111.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.51%
GREEN value IS 63 (25% from 255) = 53.85%
BLUE value IS 30 (12.11% from 255) = 25.64%
R=20.51%
G=53.85%
B=25.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2463300.6200.520.75129.2344.8317.06
Hex183F1E3E0344B812d11
Octal307736760641132015521
Binary1100011111111110111110011010010010111000000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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