Html Css Color HEX #012519 Dark Green

📋 copy color: '#012519'

red 1 ◦ green 37 ◦ blue 25

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

Shades of Dark Green #012519

Tints of Dark Green #012519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 39.68%

R = 1.59%
G = 58.73%
B = 39.68%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#012519 (or 0x012519) is known color: Dark Green. HEX triplet: 01, 25 and 19. RGB value is (1,37,25). Sum of RGB (Red+Green+Blue) = 1+37+25=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 37 (14.84% from 255 or 58.73% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 37 - color contains mainly: green. Hex color #012519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012519 is #FEDAE6. Grayscale: #181818. Windows color (decimal): -16702183 or 1647873. OLE color: 1647873.

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

Color convert

RGB 1 37 25 -
CMYK 0.97 0 0.32 0.85
HSL 160º 0.95% 0.07% -
HSV(B) 160º 0.97% 0.15% -
XYZ 0.85 1.4 1.15 -
YUV 24.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 1 37 25 0.97 0 0.32 0.85 160 0.95 0.07
Hex 1 25 19 61 0 20 55 A0 5F 7
Octal 1 45 31 141 0 40 125 240 137 7
Binary 1 100101 11001 1100001 0 100000 1010101 10100000 1011111 111

Color Harmonies of #012519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012519

Black with #012519

Text Example


Text Example

White with #012519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012519; }

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

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

background-color css

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

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

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

border-color css

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

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

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