#024010

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

Shades of Deep Fir #024010

Tints of Deep Fir #024010

Color information

#024010 (or 0x024010) is unknown color: approx Deep Fir. HEX triplet: 02, 40 and 10. RGB value is (2,64,16). Sum of RGB (Red+Green+Blue) = 2+64+16=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 64 (25.39% from 255 or 78.05% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 64 - color contains mainly: green. Hex color #024010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024010 is #FDBFEF. Grayscale: #282828. Windows color (decimal): -16629744 or 1064962. OLE color: 1064962.

HSL color Cylindrical-coordinate representation of color #024010: hue angle of 133.55º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024010 is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB26416-
CMYK0.9700.750.75
HSL133.55º93.94%12.94%-
HSV(B)133.55º96.88%25.1%-
XYZ1.953.721.1-
YUV39.99114.46100.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.44%
GREEN value IS 64 (25.39% from 255) = 78.05%
BLUE value IS 16 (6.64% from 255) = 19.51%
R=2.44%
G=78.05%
B=19.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal264160.9700.750.75133.5593.9412.94
Hex240106104B4B865ed
Octal210020141011311320613615
Binary1010000001000011000010100101110010111000011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024010; }

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

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

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

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

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

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

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

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