Html Css Color HEX #124920 Deep Fir

📋 copy color: '#124920'

red 18 ◦ green 73 ◦ blue 32

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

Shades of Deep Fir #124920

Tints of Deep Fir #124920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 26.02%

R = 14.63%
G = 59.35%
B = 26.02%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#124920 (or 0x124920) is known color: Deep Fir. HEX triplet: 12, 49 and 20. RGB value is (18,73,32). Sum of RGB (Red+Green+Blue) = 18+73+32=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #124920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124920 is #EDB6DF. Grayscale: #333333. Windows color (decimal): -15578848 or 2115858. OLE color: 2115858.

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

Color convert

RGB 18 73 32 -
CMYK 0.75 0 0.56 0.71
HSL 135.27º 0.6% 0.18% -
HSV(B) 135.27º 0.75% 0.29% -
XYZ 2.89 5 2.18 -
YUV 51.88 116.78 103.83 -
System Red Green Blue C M Y K H S L
Decimal 18 73 32 0.75 0 0.56 0.71 135.27 0.6 0.18
Hex 12 49 20 4B 0 38 47 87 3C 12
Octal 22 111 40 113 0 70 107 207 74 22
Binary 10010 1001001 100000 1001011 0 111000 1000111 10000111 111100 10010

Color Harmonies of #124920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124920

Black with #124920

Text Example


Text Example

White with #124920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124920; }

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

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

background-color css

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

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

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

border-color css

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

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

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