#024510

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

Shades of Deep Fir #024510

Tints of Deep Fir #024510

Color information

#024510 (or 0x024510) is unknown color: approx Deep Fir. HEX triplet: 02, 45 and 10. RGB value is (2,69,16). Sum of RGB (Red+Green+Blue) = 2+69+16=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 69 (27.34% from 255 or 79.31% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 69 - color contains mainly: green. Hex color #024510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024510 is #FDBAEF. Grayscale: #2B2B2B. Windows color (decimal): -16628464 or 1066242. OLE color: 1066242.

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

Color convert

RGB26916-
CMYK0.9700.770.73
HSL132.54º94.37%13.92%-
HSV(B)132.54º97.1%27.06%-
XYZ2.254.311.2-
YUV42.92112.898.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.30%
GREEN value IS 69 (27.34% from 255) = 79.31%
BLUE value IS 16 (6.64% from 255) = 18.39%
R=2.30%
G=79.31%
B=18.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal269160.9700.770.73132.5494.3713.92
Hex245106104D49855ee
Octal210520141011511120513616
Binary1010001011000011000010100110110010011000010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024510; }

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

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

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

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

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

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

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

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