#01400B

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

Shades of Deep Fir #01400B

Tints of Deep Fir #01400B

Color information

#01400B (or 0x01400B) is unknown color: approx Deep Fir. HEX triplet: 01, 40 and 0B. RGB value is (1,64,11). Sum of RGB (Red+Green+Blue) = 1+64+11=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 64 (25.39% from 255 or 84.21% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 64 - color contains mainly: green. Hex color #01400B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01400B is #FEBFF4. Grayscale: #272727. Windows color (decimal): -16695285 or 737281. OLE color: 737281.

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

Color convert

RGB16411-
CMYK0.9800.830.75
HSL129.52º96.92%12.75%-
HSV(B)129.52º98.44%25.1%-
XYZ1.913.70.93-
YUV39.12112.13100.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 64 (25.39% from 255) = 84.21%
BLUE value IS 11 (4.69% from 255) = 14.47%
R=1.32%
G=84.21%
B=14.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164110.9800.830.75129.5296.9212.75
Hex140B620534B8261d
Octal110013142012311320214115
Binary11000000101111000100101001110010111000001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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