Html Css Color HEX #012516 Dark Green

📋 copy color: '#012516'

red 1 ◦ green 37 ◦ blue 22

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

Shades of Dark Green #012516

Tints of Dark Green #012516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 61.67%

 BLUE value IS 22 (8.98% from 255) = 36.67%

R = 1.67%
G = 61.67%
B = 36.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#012516 (or 0x012516) is known color: Dark Green. HEX triplet: 01, 25 and 16. RGB value is (1,37,22). Sum of RGB (Red+Green+Blue) = 1+37+22=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 37 (14.84% from 255 or 61.67% from 60); Blue value is 22 (8.98% from 255 or 36.67% from 60); Max value from RGB is 37 - color contains mainly: green. Hex color #012516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012516 is #FEDAE9. Grayscale: #181818. Windows color (decimal): -16702186 or 1451265. OLE color: 1451265.

HSL color Cylindrical-coordinate representation of color #012516: hue angle of 155º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012516 is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 37 22 -
CMYK 0.97 0 0.41 0.85
HSL 155º 0.95% 0.07% -
HSV(B) 155º 0.97% 0.15% -
XYZ 0.82 1.39 0.98 -
YUV 24.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 1 37 22 0.97 0 0.41 0.85 155 0.95 0.07
Hex 1 25 16 61 0 29 55 9B 5F 7
Octal 1 45 26 141 0 51 125 233 137 7
Binary 1 100101 10110 1100001 0 101001 1010101 10011011 1011111 111

Color Harmonies of #012516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012516

Black with #012516

Text Example


Text Example

White with #012516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012516; }

 p { color: rgb(1,37,22); }

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

background-color css

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

 a { background-color: rgb(1,37,22); }

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

border-color css

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

 span { border-color: rgb(1,37,22); }

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