#182F1F

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

Shades of Deep Fir #182F1F

Tints of Deep Fir #182F1F

Color information

#182F1F (or 0x182F1F) is unknown color: approx Deep Fir. HEX triplet: 18, 2F and 1F. RGB value is (24,47,31). Sum of RGB (Red+Green+Blue) = 24+47+31=102 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.53% from 102); Green value is 47 (18.75% from 255 or 46.08% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 47 - color contains mainly: green. Hex color #182F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F1F is #E7D0E0. Grayscale: #262626. Windows color (decimal): -15192289 or 2043672. OLE color: 2043672.

HSL color Cylindrical-coordinate representation of color #182F1F: hue angle of 138.26º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #182F1F is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.82.

Color convert

RGB244731-
CMYK0.4900.340.82
HSL138.26º32.39%13.92%-
HSV(B)138.26º48.94%18.43%-
XYZ1.642.331.66-
YUV38.3123.88117.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.53%
GREEN value IS 47 (18.75% from 255) = 46.08%
BLUE value IS 31 (12.5% from 255) = 30.39%
R=23.53%
G=46.08%
B=30.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2447310.4900.340.82138.2632.3913.92
Hex182F1F31022528a20e
Octal305737610421222124016
Binary110001011111111111000101000101010010100010101000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182F1F; }

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

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

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

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

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

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

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

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