Html Css Color HEX #012517 Dark Green

📋 copy color: '#012517'

red 1 ◦ green 37 ◦ blue 23

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

Shades of Dark Green #012517

Tints of Dark Green #012517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 37.7%

R = 1.64%
G = 60.66%
B = 37.7%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#012517 (or 0x012517) is known color: Dark Green. HEX triplet: 01, 25 and 17. RGB value is (1,37,23). Sum of RGB (Red+Green+Blue) = 1+37+23=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #012517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012517 is #FEDAE8. Grayscale: #181818. Windows color (decimal): -16702185 or 1516801. OLE color: 1516801.

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

Color convert

RGB 1 37 23 -
CMYK 0.97 0 0.38 0.85
HSL 156.67º 0.95% 0.07% -
HSV(B) 156.67º 0.97% 0.15% -
XYZ 0.83 1.39 1.04 -
YUV 24.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 1 37 23 0.97 0 0.38 0.85 156.67 0.95 0.07
Hex 1 25 17 61 0 26 55 9D 5F 7
Octal 1 45 27 141 0 46 125 235 137 7
Binary 1 100101 10111 1100001 0 100110 1010101 10011101 1011111 111

Color Harmonies of #012517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012517

Black with #012517

Text Example


Text Example

White with #012517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012517; }

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

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

background-color css

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

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

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

border-color css

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

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

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