Html Css Color HEX #18431F Deep Fir

📋 copy color: '#18431F'

red 24 ◦ green 67 ◦ blue 31

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

Shades of Deep Fir #18431F

Tints of Deep Fir #18431F

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 value IS 0.64

 M value IS 0

 Y value IS 0.54

 K value IS 0.74

RGB Variations

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

Color information

#18431F (or 0x18431F) is known color: 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

RGB 24 67 31 -
CMYK 0.64 0 0.54 0.74
HSL 129.77º 0.47% 0.18% -
HSV(B) 129.77º 0.64% 0.26% -
XYZ 2.63 4.31 1.99 -
YUV 50.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 24 67 31 0.64 0 0.54 0.74 129.77 0.47 0.18
Hex 18 43 1F 40 0 36 4A 82 2F 12
Octal 30 103 37 100 0 66 112 202 57 22
Binary 11000 1000011 11111 1000000 0 110110 1001010 10000010 101111 10010

Color Harmonies of #18431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18431F

Black with #18431F

Text Example


Text Example

White with #18431F

Text Example


Text Example

HTML Codes & Css Web 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>