Html Css Color HEX #013A0B Deep Fir

📋 copy color: '#013A0B'

red 1 ◦ green 58 ◦ blue 11

#013A0B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #013A0B

Tints of Deep Fir #013A0B

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 value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.77

RGB Variations

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

Color information

#013A0B (or 0x013A0B) is known color: 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

RGB 1 58 11 -
CMYK 0.98 0 0.81 0.77
HSL 130.53º 0.97% 0.12% -
HSV(B) 130.53º 0.98% 0.23% -
XYZ 1.59 3.06 0.82 -
YUV 35.6 114.12 103.32 -
System Red Green Blue C M Y K H S L
Decimal 1 58 11 0.98 0 0.81 0.77 130.53 0.97 0.12
Hex 1 3A B 62 0 51 4D 83 61 C
Octal 1 72 13 142 0 121 115 203 141 14
Binary 1 111010 1011 1100010 0 1010001 1001101 10000011 1100001 1100

Color Harmonies of #013A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A0B

Black with #013A0B

Text Example


Text Example

White with #013A0B

Text Example


Text Example

HTML Codes & Css Web 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>