Html Css Color HEX #024710 Deep Fir

📋 copy color: '#024710'

red 2 ◦ green 71 ◦ blue 16

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

Shades of Deep Fir #024710

Tints of Deep Fir #024710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 79.78%

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

R = 2.25%
G = 79.78%
B = 17.98%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#024710 (or 0x024710) is known color: Deep Fir. HEX triplet: 02, 47 and 10. RGB value is (2,71,16). Sum of RGB (Red+Green+Blue) = 2+71+16=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 71 (28.12% from 255 or 79.78% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 71 - color contains mainly: green. Hex color #024710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024710 is #FDB8EF. Grayscale: #2C2C2C. Windows color (decimal): -16627952 or 1066754. OLE color: 1066754.

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

Color convert

RGB 2 71 16 -
CMYK 0.97 0 0.77 0.72
HSL 132.17º 0.95% 0.14% -
HSV(B) 132.17º 0.97% 0.28% -
XYZ 2.37 4.56 1.24 -
YUV 44.1 112.14 97.97 -
System Red Green Blue C M Y K H S L
Decimal 2 71 16 0.97 0 0.77 0.72 132.17 0.95 0.14
Hex 2 47 10 61 0 4D 48 84 5F E
Octal 2 107 20 141 0 115 110 204 137 16
Binary 10 1000111 10000 1100001 0 1001101 1001000 10000100 1011111 1110

Color Harmonies of #024710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024710

Black with #024710

Text Example


Text Example

White with #024710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024710; }

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

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

background-color css

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

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

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

border-color css

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

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

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