#18421F

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

Shades of Deep Fir #18421F

Tints of Deep Fir #18421F

Color information

#18421F (or 0x18421F) is unknown color: approx Deep Fir. HEX triplet: 18, 42 and 1F. RGB value is (24,66,31). Sum of RGB (Red+Green+Blue) = 24+66+31=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #18421F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18421F is #E7BDE0. Grayscale: #313131. Windows color (decimal): -15187425 or 2048536. OLE color: 2048536.

HSL color Cylindrical-coordinate representation of color #18421F: hue angle of 130º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #18421F is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB246631-
CMYK0.6400.530.74
HSL130º46.67%17.65%-
HSV(B)130º63.64%25.88%-
XYZ2.574.191.97-
YUV49.45117.59109.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 66 (26.17% from 255) = 54.55%
BLUE value IS 31 (12.5% from 255) = 25.62%
R=19.83%
G=54.55%
B=25.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2466310.6400.530.7413046.6717.65
Hex18421F400354A822f12
Octal30102371000651122025722
Binary110001000010111111000000011010110010101000001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18421F; }

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

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

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

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

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

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

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

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