#02460F

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

Shades of Deep Fir #02460F

Tints of Deep Fir #02460F

Color information

#02460F (or 0x02460F) is unknown color: approx Deep Fir. HEX triplet: 02, 46 and 0F. RGB value is (2,70,15). Sum of RGB (Red+Green+Blue) = 2+70+15=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 70 (27.73% from 255 or 80.46% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 70 - color contains mainly: green. Hex color #02460F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02460F is #FDB9F0. Grayscale: #2B2B2B. Windows color (decimal): -16628209 or 1000962. OLE color: 1000962.

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

Color convert

RGB27015-
CMYK0.9700.790.73
HSL131.47º94.44%14.12%-
HSV(B)131.47º97.14%27.45%-
XYZ2.34.431.19-
YUV43.4111.9798.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.30%
GREEN value IS 70 (27.73% from 255) = 80.46%
BLUE value IS 15 (6.25% from 255) = 17.24%
R=2.30%
G=80.46%
B=17.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal270150.9700.790.73131.4794.4414.12
Hex246F6104F49835ee
Octal210617141011711120313616
Binary101000110111111000010100111110010011000001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02460F; }

 p { color: rgb(2,70,15); }

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

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

 a { background-color: rgb(2,70,15); }

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

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

 span { border-color: rgb(2,70,15); }

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