#012410

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

Shades of Dark Green #012410

Tints of Dark Green #012410

Color information

#012410 (or 0x012410) is unknown color: approx Dark Green. HEX triplet: 01, 24 and 10. RGB value is (1,36,16). Sum of RGB (Red+Green+Blue) = 1+36+16=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 36 (14.45% from 255 or 67.92% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 36 - color contains mainly: green. Hex color #012410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012410 is #FEDBEF. Grayscale: #171717. Windows color (decimal): -16702448 or 1057793. OLE color: 1057793.

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

Color convert

RGB13616-
CMYK0.9700.560.86
HSL145.71º94.59%7.25%-
HSV(B)145.71º97.22%14.12%-
XYZ0.741.310.7-
YUV23.26123.9112.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.89%
GREEN value IS 36 (14.45% from 255) = 67.92%
BLUE value IS 16 (6.64% from 255) = 30.19%
R=1.89%
G=67.92%
B=30.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal136160.9700.560.86145.7194.597.25
Hex124106103856925f7
Octal144201410701262221377
Binary110010010000110000101110001010110100100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012410; }

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

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

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

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

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

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

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

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