Html Css Color HEX #012014 Dark Green

📋 copy color: '#012014'

red 1 ◦ green 32 ◦ blue 20

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

Shades of Dark Green #012014

Tints of Dark Green #012014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 60.38%

 BLUE value IS 20 (8.2% from 255) = 37.74%

R = 1.89%
G = 60.38%
B = 37.74%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.87

RGB Variations

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

Color information

#012014 (or 0x012014) is known color: Dark Green. HEX triplet: 01, 20 and 14. RGB value is (1,32,20). Sum of RGB (Red+Green+Blue) = 1+32+20=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 32 (12.89% from 255 or 60.38% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 32 - color contains mainly: green. Hex color #012014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012014 is #FEDFEB. Grayscale: #151515. Windows color (decimal): -16703468 or 1318913. OLE color: 1318913.

HSL color Cylindrical-coordinate representation of color #012014: hue angle of 156.77º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012014 is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.87.

Color convert

RGB 1 32 20 -
CMYK 0.97 0 0.37 0.87
HSL 156.77º 0.94% 0.06% -
HSV(B) 156.77º 0.97% 0.13% -
XYZ 0.66 1.09 0.84 -
YUV 21.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 1 32 20 0.97 0 0.37 0.87 156.77 0.94 0.06
Hex 1 20 14 61 0 25 57 9D 5E 6
Octal 1 40 24 141 0 45 127 235 136 6
Binary 1 100000 10100 1100001 0 100101 1010111 10011101 1011110 110

Color Harmonies of #012014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012014

Black with #012014

Text Example


Text Example

White with #012014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012014; }

 p { color: rgb(1,32,20); }

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

background-color css

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

 a { background-color: rgb(1,32,20); }

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

border-color css

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

 span { border-color: rgb(1,32,20); }

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