Html Css Color HEX #012419 Dark Green

📋 copy color: '#012419'

red 1 ◦ green 36 ◦ blue 25

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

Shades of Dark Green #012419

Tints of Dark Green #012419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 58.06%

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

R = 1.61%
G = 58.06%
B = 40.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#012419 (or 0x012419) is known color: Dark Green. HEX triplet: 01, 24 and 19. RGB value is (1,36,25). Sum of RGB (Red+Green+Blue) = 1+36+25=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 36 (14.45% from 255 or 58.06% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 36 - color contains mainly: green. Hex color #012419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012419 is #FEDBE6. Grayscale: #181818. Windows color (decimal): -16702439 or 1647617. OLE color: 1647617.

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

Color convert

RGB 1 36 25 -
CMYK 0.97 0 0.31 0.86
HSL 161.14º 0.95% 0.07% -
HSV(B) 161.14º 0.97% 0.14% -
XYZ 0.82 1.34 1.13 -
YUV 24.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 1 36 25 0.97 0 0.31 0.86 161.14 0.95 0.07
Hex 1 24 19 61 0 1F 56 A1 5F 7
Octal 1 44 31 141 0 37 126 241 137 7
Binary 1 100100 11001 1100001 0 11111 1010110 10100001 1011111 111

Color Harmonies of #012419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012419

Black with #012419

Text Example


Text Example

White with #012419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012419; }

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

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

background-color css

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

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

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

border-color css

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

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

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