#012419

Color #012419 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #012419

Tints of Dark Green #012419

Color information

#012419 (or 0x012419) is unknown color: approx 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

RGB13625-
CMYK0.9700.310.86
HSL161.14º94.59%7.25%-
HSV(B)161.14º97.22%14.12%-
XYZ0.821.341.13-
YUV24.28128.4111.39-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal136250.9700.310.86161.1494.597.25
Hex124196101F56a15f7
Octal144311410371262411377
Binary11001001100111000010111111010110101000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>