Html Css Color HEX #013E10 Deep Fir

📋 copy color: '#013E10'

red 1 ◦ green 62 ◦ blue 16

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

Shades of Deep Fir #013E10

Tints of Deep Fir #013E10

RGB

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

 GREEN value IS 62 (24.61% from 255) = 78.48%

 BLUE value IS 16 (6.64% from 255) = 20.25%

R = 1.27%
G = 78.48%
B = 20.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.76

RGB Variations

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

Color information

#013E10 (or 0x013E10) is known color: Deep Fir. HEX triplet: 01, 3E and 10. RGB value is (1,62,16). Sum of RGB (Red+Green+Blue) = 1+62+16=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 62 (24.61% from 255 or 78.48% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 62 - color contains mainly: green. Hex color #013E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013E10 is #FEC1EF. Grayscale: #262626. Windows color (decimal): -16695792 or 1064449. OLE color: 1064449.

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

Color convert

RGB 1 62 16 -
CMYK 0.98 0 0.74 0.76
HSL 134.75º 0.97% 0.12% -
HSV(B) 134.75º 0.98% 0.24% -
XYZ 1.83 3.49 1.07 -
YUV 38.52 115.29 101.24 -
System Red Green Blue C M Y K H S L
Decimal 1 62 16 0.98 0 0.74 0.76 134.75 0.97 0.12
Hex 1 3E 10 62 0 4A 4C 87 61 C
Octal 1 76 20 142 0 112 114 207 141 14
Binary 1 111110 10000 1100010 0 1001010 1001100 10000111 1100001 1100

Color Harmonies of #013E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E10

Black with #013E10

Text Example


Text Example

White with #013E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,62,16); }

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

background-color css

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

 a { background-color: rgb(1,62,16); }

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

border-color css

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

 span { border-color: rgb(1,62,16); }

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