Html Css Color HEX #18401F Deep Fir

📋 copy color: '#18401F'

red 24 ◦ green 64 ◦ blue 31

#18401F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #18401F

Tints of Deep Fir #18401F

RGB

 RED value IS 24 (9.77% from 255) = 20.17%

 GREEN value IS 64 (25.39% from 255) = 53.78%

 BLUE value IS 31 (12.5% from 255) = 26.05%

R = 20.17%
G = 53.78%
B = 26.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#18401F (or 0x18401F) is known color: Deep Fir. HEX triplet: 18, 40 and 1F. RGB value is (24,64,31). Sum of RGB (Red+Green+Blue) = 24+64+31=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #18401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18401F is #E7BFE0. Grayscale: #303030. Windows color (decimal): -15187937 or 2048024. OLE color: 2048024.

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

Color convert

RGB 24 64 31 -
CMYK 0.62 0 0.52 0.75
HSL 130.5º 0.45% 0.17% -
HSV(B) 130.5º 0.63% 0.25% -
XYZ 2.46 3.96 1.93 -
YUV 48.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 24 64 31 0.62 0 0.52 0.75 130.5 0.45 0.17
Hex 18 40 1F 3E 0 34 4B 82 2D 11
Octal 30 100 37 76 0 64 113 202 55 21
Binary 11000 1000000 11111 111110 0 110100 1001011 10000010 101101 10001

Color Harmonies of #18401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18401F

Black with #18401F

Text Example


Text Example

White with #18401F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18401F;
 }
 .AnyTagClassName
 {
   color: #18401F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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