#013A0B

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

Shades of Deep Fir #013A0B

Tints of Deep Fir #013A0B

Color information

#013A0B (or 0x013A0B) is unknown color: approx Deep Fir. HEX triplet: 01, 3A and 0B. RGB value is (1,58,11). Sum of RGB (Red+Green+Blue) = 1+58+11=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 58 (23.05% from 255 or 82.86% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 58 - color contains mainly: green. Hex color #013A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013A0B is #FEC5F4. Grayscale: #232323. Windows color (decimal): -16696821 or 735745. OLE color: 735745.

HSL color Cylindrical-coordinate representation of color #013A0B: hue angle of 130.53º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013A0B is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.77.

Color convert

RGB15811-
CMYK0.9800.810.77
HSL130.53º96.61%11.57%-
HSV(B)130.53º98.28%22.75%-
XYZ1.593.060.82-
YUV35.6114.12103.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.43%
GREEN value IS 58 (23.05% from 255) = 82.86%
BLUE value IS 11 (4.69% from 255) = 15.71%
R=1.43%
G=82.86%
B=15.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal158110.9800.810.77130.5396.6111.57
Hex13AB620514D8361c
Octal17213142012111520314114
Binary1111010101111000100101000110011011000001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013A0B; }

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

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

<style>
 a { background-color: #013A0B; }

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

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

<style>
 span { border-color: #013A0B; }

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

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