#02410F

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

Shades of Deep Fir #02410F

Tints of Deep Fir #02410F

Color information

#02410F (or 0x02410F) is unknown color: approx Deep Fir. HEX triplet: 02, 41 and 0F. RGB value is (2,65,15). Sum of RGB (Red+Green+Blue) = 2+65+15=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 65 (25.78% from 255 or 79.27% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 65 - color contains mainly: green. Hex color #02410F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02410F is #FDBEF0. Grayscale: #282828. Windows color (decimal): -16629489 or 999682. OLE color: 999682.

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

Color convert

RGB26515-
CMYK0.9700.770.75
HSL132.38º94.03%13.14%-
HSV(B)132.38º96.92%25.49%-
XYZ23.831.09-
YUV40.46113.63100.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.44%
GREEN value IS 65 (25.78% from 255) = 79.27%
BLUE value IS 15 (6.25% from 255) = 18.29%
R=2.44%
G=79.27%
B=18.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265150.9700.770.75132.3894.0313.14
Hex241F6104D4B845ed
Octal210117141011511320413615
Binary101000001111111000010100110110010111000010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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