#012414

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

Shades of Dark Green #012414

Tints of Dark Green #012414

Color information

#012414 (or 0x012414) is unknown color: approx Dark Green. HEX triplet: 01, 24 and 14. RGB value is (1,36,20). Sum of RGB (Red+Green+Blue) = 1+36+20=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 36 (14.45% from 255 or 63.16% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 36 - color contains mainly: green. Hex color #012414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012414 is #FEDBEB. Grayscale: #171717. Windows color (decimal): -16702444 or 1319937. OLE color: 1319937.

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

Color convert

RGB13620-
CMYK0.9700.440.86
HSL152.57º94.59%7.25%-
HSV(B)152.57º97.22%14.12%-
XYZ0.771.320.88-
YUV23.71125.9111.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.75%
GREEN value IS 36 (14.45% from 255) = 63.16%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=1.75%
G=63.16%
B=35.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal136200.9700.440.86152.5794.597.25
Hex124146102C56995f7
Octal144241410541262311377
Binary110010010100110000101011001010110100110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012414; }

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

 H1.HeaderClassName
 {
   color: #012414;
 }
 .AnyTagClassName
 {
   color: #012414;
 }
</style>
background-color css

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

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

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

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

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

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