Html Css Color HEX #024610 Deep Fir

📋 copy color: '#024610'

red 2 ◦ green 70 ◦ blue 16

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

Shades of Deep Fir #024610

Tints of Deep Fir #024610

RGB

 RED value IS 2 (1.17% from 255) = 2.27%

 GREEN value IS 70 (27.73% from 255) = 79.55%

 BLUE value IS 16 (6.64% from 255) = 18.18%

R = 2.27%
G = 79.55%
B = 18.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#024610 (or 0x024610) is known color: Deep Fir. HEX triplet: 02, 46 and 10. RGB value is (2,70,16). Sum of RGB (Red+Green+Blue) = 2+70+16=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 70 (27.73% from 255 or 79.55% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 70 - color contains mainly: green. Hex color #024610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024610 is #FDB9EF. Grayscale: #2B2B2B. Windows color (decimal): -16628208 or 1066498. OLE color: 1066498.

HSL color Cylindrical-coordinate representation of color #024610: hue angle of 132.35º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024610 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 70 16 -
CMYK 0.97 0 0.77 0.73
HSL 132.35º 0.94% 0.14% -
HSV(B) 132.35º 0.97% 0.27% -
XYZ 2.31 4.43 1.22 -
YUV 43.51 112.47 98.39 -
System Red Green Blue C M Y K H S L
Decimal 2 70 16 0.97 0 0.77 0.73 132.35 0.94 0.14
Hex 2 46 10 61 0 4D 49 84 5E E
Octal 2 106 20 141 0 115 111 204 136 16
Binary 10 1000110 10000 1100001 0 1001101 1001001 10000100 1011110 1110

Color Harmonies of #024610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024610

Black with #024610

Text Example


Text Example

White with #024610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024610; }

 p { color: rgb(2,70,16); }

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

background-color css

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

 a { background-color: rgb(2,70,16); }

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

border-color css

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

 span { border-color: rgb(2,70,16); }

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