Html Css Color HEX #013A0F Deep Fir

📋 copy color: '#013A0F'

red 1 ◦ green 58 ◦ blue 15

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

Shades of Deep Fir #013A0F

Tints of Deep Fir #013A0F

RGB

 RED value IS 1 (0.78% from 255) = 1.35%

 GREEN value IS 58 (23.05% from 255) = 78.38%

 BLUE value IS 15 (6.25% from 255) = 20.27%

R = 1.35%
G = 78.38%
B = 20.27%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.77

RGB Variations

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

Color information

#013A0F (or 0x013A0F) is known color: Deep Fir. HEX triplet: 01, 3A and 0F. RGB value is (1,58,15). Sum of RGB (Red+Green+Blue) = 1+58+15=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 58 (23.05% from 255 or 78.38% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 58 - color contains mainly: green. Hex color #013A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013A0F is #FEC5F0. Grayscale: #242424. Windows color (decimal): -16696817 or 997889. OLE color: 997889.

HSL color Cylindrical-coordinate representation of color #013A0F: hue angle of 134.74º 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 #013A0F is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 58 15 -
CMYK 0.98 0 0.74 0.77
HSL 134.74º 0.97% 0.12% -
HSV(B) 134.74º 0.98% 0.23% -
XYZ 1.61 3.07 0.96 -
YUV 36.06 116.12 103 -
System Red Green Blue C M Y K H S L
Decimal 1 58 15 0.98 0 0.74 0.77 134.74 0.97 0.12
Hex 1 3A F 62 0 4A 4D 87 61 C
Octal 1 72 17 142 0 112 115 207 141 14
Binary 1 111010 1111 1100010 0 1001010 1001101 10000111 1100001 1100

Color Harmonies of #013A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A0F

Black with #013A0F

Text Example


Text Example

White with #013A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #013A0F;
 }
 .AnyTagClassName
 {
   color: #013A0F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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