Html Css Color HEX #012015 Dark Green

📋 copy color: '#012015'

red 1 ◦ green 32 ◦ blue 21

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

Shades of Dark Green #012015

Tints of Dark Green #012015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 38.89%

R = 1.85%
G = 59.26%
B = 38.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#012015 (or 0x012015) is known color: Dark Green. HEX triplet: 01, 20 and 15. RGB value is (1,32,21). Sum of RGB (Red+Green+Blue) = 1+32+21=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 32 (12.89% from 255 or 59.26% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 32 - color contains mainly: green. Hex color #012015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012015 is #FEDFEA. Grayscale: #151515. Windows color (decimal): -16703467 or 1384449. OLE color: 1384449.

HSL color Cylindrical-coordinate representation of color #012015: hue angle of 158.71º 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 #012015 is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.87.

Color convert

RGB 1 32 21 -
CMYK 0.97 0 0.34 0.87
HSL 158.71º 0.94% 0.06% -
HSV(B) 158.71º 0.97% 0.13% -
XYZ 0.66 1.09 0.89 -
YUV 21.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 1 32 21 0.97 0 0.34 0.87 158.71 0.94 0.06
Hex 1 20 15 61 0 22 57 9F 5E 6
Octal 1 40 25 141 0 42 127 237 136 6
Binary 1 100000 10101 1100001 0 100010 1010111 10011111 1011110 110

Color Harmonies of #012015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012015

Black with #012015

Text Example


Text Example

White with #012015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012015; }

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

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

background-color css

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

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

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

border-color css

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

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

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