#024310

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

Shades of Deep Fir #024310

Tints of Deep Fir #024310

Color information

#024310 (or 0x024310) is unknown color: approx Deep Fir. HEX triplet: 02, 43 and 10. RGB value is (2,67,16). Sum of RGB (Red+Green+Blue) = 2+67+16=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 67 (26.56% from 255 or 78.82% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 67 - color contains mainly: green. Hex color #024310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024310 is #FDBCEF. Grayscale: #292929. Windows color (decimal): -16628976 or 1065730. OLE color: 1065730.

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

Color convert

RGB26716-
CMYK0.9700.760.74
HSL132.92º94.2%13.53%-
HSV(B)132.92º97.01%26.27%-
XYZ2.134.061.16-
YUV41.75113.4799.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.35%
GREEN value IS 67 (26.56% from 255) = 78.82%
BLUE value IS 16 (6.64% from 255) = 18.82%
R=2.35%
G=78.82%
B=18.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal267160.9700.760.74132.9294.213.53
Hex243106104C4A855ee
Octal210320141011411220513616
Binary1010000111000011000010100110010010101000010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024310; }

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

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

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

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

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

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

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

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