Html Css Color HEX #124024 Deep Fir

📋 copy color: '#124024'

red 18 ◦ green 64 ◦ blue 36

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

Shades of Deep Fir #124024

Tints of Deep Fir #124024

RGB

 RED value IS 18 (7.42% from 255) = 15.25%

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

 BLUE value IS 36 (14.45% from 255) = 30.51%

R = 15.25%
G = 54.24%
B = 30.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.44

 K value IS 0.75

RGB Variations

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

Color information

#124024 (or 0x124024) is known color: Deep Fir. HEX triplet: 12, 40 and 24. RGB value is (18,64,36). Sum of RGB (Red+Green+Blue) = 18+64+36=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #124024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124024 is #EDBFDB. Grayscale: #2F2F2F. Windows color (decimal): -15581148 or 2375698. OLE color: 2375698.

HSL color Cylindrical-coordinate representation of color #124024: hue angle of 143.48º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124024 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB 18 64 36 -
CMYK 0.72 0 0.44 0.75
HSL 143.48º 0.56% 0.16% -
HSV(B) 143.48º 0.72% 0.25% -
XYZ 2.4 3.92 2.3 -
YUV 47.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 18 64 36 0.72 0 0.44 0.75 143.48 0.56 0.16
Hex 12 40 24 48 0 2C 4B 8F 38 10
Octal 22 100 44 110 0 54 113 217 70 20
Binary 10010 1000000 100100 1001000 0 101100 1001011 10001111 111000 10000

Color Harmonies of #124024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124024

Black with #124024

Text Example


Text Example

White with #124024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124024; }

 p { color: rgb(18,64,36); }

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

background-color css

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

 a { background-color: rgb(18,64,36); }

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

border-color css

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

 span { border-color: rgb(18,64,36); }

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