#18431F

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

Shades of Deep Fir #18431F

Tints of Deep Fir #18431F

Color information

#18431F (or 0x18431F) is unknown color: approx Deep Fir. HEX triplet: 18, 43 and 1F. RGB value is (24,67,31). Sum of RGB (Red+Green+Blue) = 24+67+31=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #18431F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18431F is #E7BCE0. Grayscale: #323232. Windows color (decimal): -15187169 or 2048792. OLE color: 2048792.

HSL color Cylindrical-coordinate representation of color #18431F: hue angle of 129.77º 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 #18431F is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.

Color convert

RGB246731-
CMYK0.6400.540.74
HSL129.77º47.25%17.84%-
HSV(B)129.77º64.18%26.27%-
XYZ2.634.311.99-
YUV50.04117.25109.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.67%
GREEN value IS 67 (26.56% from 255) = 54.92%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=19.67%
G=54.92%
B=25.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2467310.6400.540.74129.7747.2517.84
Hex18431F400364A822f12
Octal30103371000661122025722
Binary110001000011111111000000011011010010101000001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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