#012514

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

Shades of Dark Green #012514

Tints of Dark Green #012514

Color information

#012514 (or 0x012514) is unknown color: approx Dark Green. HEX triplet: 01, 25 and 14. RGB value is (1,37,20). Sum of RGB (Red+Green+Blue) = 1+37+20=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 37 (14.84% from 255 or 63.79% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 37 - color contains mainly: green. Hex color #012514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012514 is #FEDAEB. Grayscale: #181818. Windows color (decimal): -16702188 or 1320193. OLE color: 1320193.

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

Color convert

RGB13720-
CMYK0.9700.460.85
HSL151.67º94.74%7.45%-
HSV(B)151.67º97.3%14.51%-
XYZ0.81.380.89-
YUV24.3125.57111.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.72%
GREEN value IS 37 (14.84% from 255) = 63.79%
BLUE value IS 20 (8.20% from 255) = 34.48%
R=1.72%
G=63.79%
B=34.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal137200.9700.460.85151.6794.747.45
Hex125146102E55985f7
Octal145241410561252301377
Binary110010110100110000101011101010101100110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012514; }

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

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

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

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

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

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

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

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