Html Css Color HEX #124922 Deep Fir

📋 copy color: '#124922'

red 18 ◦ green 73 ◦ blue 34

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

Shades of Deep Fir #124922

Tints of Deep Fir #124922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 27.2%

R = 14.4%
G = 58.4%
B = 27.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#124922 (or 0x124922) is known color: Deep Fir. HEX triplet: 12, 49 and 22. RGB value is (18,73,34). Sum of RGB (Red+Green+Blue) = 18+73+34=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #124922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124922 is #EDB6DD. Grayscale: #343434. Windows color (decimal): -15578846 or 2246930. OLE color: 2246930.

HSL color Cylindrical-coordinate representation of color #124922: hue angle of 137.45º 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 #124922 is Cyan = 0.75, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB 18 73 34 -
CMYK 0.75 0 0.53 0.71
HSL 137.45º 0.6% 0.18% -
HSV(B) 137.45º 0.75% 0.29% -
XYZ 2.92 5.01 2.33 -
YUV 52.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 18 73 34 0.75 0 0.53 0.71 137.45 0.6 0.18
Hex 12 49 22 4B 0 35 47 89 3C 12
Octal 22 111 42 113 0 65 107 211 74 22
Binary 10010 1001001 100010 1001011 0 110101 1000111 10001001 111100 10010

Color Harmonies of #124922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124922

Black with #124922

Text Example


Text Example

White with #124922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124922; }

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

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

background-color css

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

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

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

border-color css

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

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

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