#02410B

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

Shades of Deep Fir #02410B

Tints of Deep Fir #02410B

Color information

#02410B (or 0x02410B) is unknown color: approx Deep Fir. HEX triplet: 02, 41 and 0B. RGB value is (2,65,11). Sum of RGB (Red+Green+Blue) = 2+65+11=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 65 (25.78% from 255 or 83.33% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 65 - color contains mainly: green. Hex color #02410B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02410B is #FDBEF4. Grayscale: #282828. Windows color (decimal): -16629493 or 737538. OLE color: 737538.

HSL color Cylindrical-coordinate representation of color #02410B: hue angle of 128.57º 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 #02410B is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB26511-
CMYK0.9700.830.75
HSL128.57º94.03%13.14%-
HSV(B)128.57º96.92%25.49%-
XYZ1.983.820.95-
YUV40.01111.63100.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.56%
GREEN value IS 65 (25.78% from 255) = 83.33%
BLUE value IS 11 (4.69% from 255) = 14.10%
R=2.56%
G=83.33%
B=14.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265110.9700.830.75128.5794.0313.14
Hex241B610534B815ed
Octal210113141012311320113615
Binary101000001101111000010101001110010111000000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02410B; }

 p { color: rgb(2,65,11); }

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

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

 a { background-color: rgb(2,65,11); }

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

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

 span { border-color: rgb(2,65,11); }

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