#01410F

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

Shades of Deep Fir #01410F

Tints of Deep Fir #01410F

Color information

#01410F (or 0x01410F) is unknown color: approx Deep Fir. HEX triplet: 01, 41 and 0F. RGB value is (1,65,15). Sum of RGB (Red+Green+Blue) = 1+65+15=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 65 (25.78% from 255 or 80.25% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 65 - color contains mainly: green. Hex color #01410F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01410F is #FEBEF0. Grayscale: #282828. Windows color (decimal): -16695025 or 999681. OLE color: 999681.

HSL color Cylindrical-coordinate representation of color #01410F: hue angle of 133.12º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01410F is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB16515-
CMYK0.9800.770.75
HSL133.12º96.97%12.94%-
HSV(B)133.12º98.46%25.49%-
XYZ1.993.821.08-
YUV40.16113.8100.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.23%
GREEN value IS 65 (25.78% from 255) = 80.25%
BLUE value IS 15 (6.25% from 255) = 18.52%
R=1.23%
G=80.25%
B=18.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal165150.9800.770.75133.1296.9712.94
Hex141F6204D4B8561d
Octal110117142011511320514115
Binary11000001111111000100100110110010111000010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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