Html Css Color HEX #124924 Deep Fir

📋 copy color: '#124924'

red 18 ◦ green 73 ◦ blue 36

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

Shades of Deep Fir #124924

Tints of Deep Fir #124924

RGB

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

 GREEN value IS 73 (28.91% from 255) = 57.48%

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

R = 14.17%
G = 57.48%
B = 28.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#124924 (or 0x124924) is known color: Deep Fir. HEX triplet: 12, 49 and 24. RGB value is (18,73,36). Sum of RGB (Red+Green+Blue) = 18+73+36=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 73 (28.91% from 255 or 57.48% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 73 - color contains mainly: green. Hex color #124924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124924 is #EDB6DB. Grayscale: #343434. Windows color (decimal): -15578844 or 2378002. OLE color: 2378002.

HSL color Cylindrical-coordinate representation of color #124924: hue angle of 139.64º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124924 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 73 36 -
CMYK 0.75 0 0.51 0.71
HSL 139.64º 0.6% 0.18% -
HSV(B) 139.64º 0.75% 0.29% -
XYZ 2.95 5.02 2.48 -
YUV 52.34 118.78 103.51 -
System Red Green Blue C M Y K H S L
Decimal 18 73 36 0.75 0 0.51 0.71 139.64 0.6 0.18
Hex 12 49 24 4B 0 33 47 8C 3C 12
Octal 22 111 44 113 0 63 107 214 74 22
Binary 10010 1001001 100100 1001011 0 110011 1000111 10001100 111100 10010

Color Harmonies of #124924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124924

Black with #124924

Text Example


Text Example

White with #124924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124924; }

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

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

background-color css

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

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

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

border-color css

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

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

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