#01420B

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

Shades of Deep Fir #01420B

Tints of Deep Fir #01420B

Color information

#01420B (or 0x01420B) is unknown color: approx Deep Fir. HEX triplet: 01, 42 and 0B. RGB value is (1,66,11). Sum of RGB (Red+Green+Blue) = 1+66+11=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 66 (26.17% from 255 or 84.62% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 66 - color contains mainly: green. Hex color #01420B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01420B is #FEBDF4. Grayscale: #282828. Windows color (decimal): -16694773 or 737793. OLE color: 737793.

HSL color Cylindrical-coordinate representation of color #01420B: hue angle of 129.23º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01420B is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB16611-
CMYK0.9800.830.74
HSL129.23º97.01%13.14%-
HSV(B)129.23º98.48%25.88%-
XYZ2.023.930.97-
YUV40.29111.4799.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.28%
GREEN value IS 66 (26.17% from 255) = 84.62%
BLUE value IS 11 (4.69% from 255) = 14.10%
R=1.28%
G=84.62%
B=14.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal166110.9800.830.74129.2397.0113.14
Hex142B620534A8161d
Octal110213142012311220114115
Binary11000010101111000100101001110010101000000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,66,11); }

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

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

 a { background-color: rgb(1,66,11); }

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

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

 span { border-color: rgb(1,66,11); }

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