#024410

Color #024410 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #024410

Tints of Deep Fir #024410

Color information

#024410 (or 0x024410) is unknown color: approx Deep Fir. HEX triplet: 02, 44 and 10. RGB value is (2,68,16). Sum of RGB (Red+Green+Blue) = 2+68+16=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 68 (26.95% from 255 or 79.07% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 68 - color contains mainly: green. Hex color #024410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024410 is #FDBBEF. Grayscale: #2A2A2A. Windows color (decimal): -16628720 or 1065986. OLE color: 1065986.

HSL color Cylindrical-coordinate representation of color #024410: hue angle of 132.73º 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 #024410 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB26816-
CMYK0.9700.760.73
HSL132.73º94.29%13.73%-
HSV(B)132.73º97.06%26.67%-
XYZ2.194.181.18-
YUV42.34113.1399.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.33%
GREEN value IS 68 (26.95% from 255) = 79.07%
BLUE value IS 16 (6.64% from 255) = 18.60%
R=2.33%
G=79.07%
B=18.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal268160.9700.760.73132.7394.2913.73
Hex244106104C49855ee
Octal210420141011411120513616
Binary1010001001000011000010100110010010011000010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024410; }

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

 H1.HeaderClassName
 {
   color: #024410;
 }
 .AnyTagClassName
 {
   color: #024410;
 }
</style>
background-color css

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

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

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

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

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

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