Html Css Color HEX #013011 Dark Green

📋 copy color: '#013011'

red 1 ◦ green 48 ◦ blue 17

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

Shades of Dark Green #013011

Tints of Dark Green #013011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 72.73%

 BLUE value IS 17 (7.03% from 255) = 25.76%

R = 1.52%
G = 72.73%
B = 25.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#013011 (or 0x013011) is known color: Dark Green. HEX triplet: 01, 30 and 11. RGB value is (1,48,17). Sum of RGB (Red+Green+Blue) = 1+48+17=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 48 (19.14% from 255 or 72.73% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 48 - color contains mainly: green. Hex color #013011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013011 is #FECFEE. Grayscale: #1E1E1E. Windows color (decimal): -16699375 or 1126401. OLE color: 1126401.

HSL color Cylindrical-coordinate representation of color #013011: hue angle of 140.43º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013011 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB 1 48 17 -
CMYK 0.98 0 0.65 0.81
HSL 140.43º 0.96% 0.1% -
HSV(B) 140.43º 0.98% 0.19% -
XYZ 1.17 2.16 0.89 -
YUV 30.41 120.43 107.02 -
System Red Green Blue C M Y K H S L
Decimal 1 48 17 0.98 0 0.65 0.81 140.43 0.96 0.1
Hex 1 30 11 62 0 41 51 8C 60 A
Octal 1 60 21 142 0 101 121 214 140 12
Binary 1 110000 10001 1100010 0 1000001 1010001 10001100 1100000 1010

Color Harmonies of #013011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013011

Black with #013011

Text Example


Text Example

White with #013011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013011; }

 p { color: rgb(1,48,17); }

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

background-color css

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

 a { background-color: rgb(1,48,17); }

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

border-color css

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

 span { border-color: rgb(1,48,17); }

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