#012612

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

Shades of Dark Green #012612

Tints of Dark Green #012612

Color information

#012612 (or 0x012612) is unknown color: approx Dark Green. HEX triplet: 01, 26 and 12. RGB value is (1,38,18). Sum of RGB (Red+Green+Blue) = 1+38+18=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 38 (15.23% from 255 or 66.67% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 38 - color contains mainly: green. Hex color #012612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012612 is #FED9ED. Grayscale: #181818. Windows color (decimal): -16701934 or 1189377. OLE color: 1189377.

HSL color Cylindrical-coordinate representation of color #012612: hue angle of 147.57º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012612 is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB13818-
CMYK0.9700.530.85
HSL147.57º94.87%7.65%-
HSV(B)147.57º97.37%14.9%-
XYZ0.811.440.81-
YUV24.66124.24111.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.75%
GREEN value IS 38 (15.23% from 255) = 66.67%
BLUE value IS 18 (7.42% from 255) = 31.58%
R=1.75%
G=66.67%
B=31.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal138180.9700.530.85147.5794.877.65
Hex126126103555945f8
Octal1462214106512522413710
Binary1100110100101100001011010110101011001010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012612; }

 p { color: rgb(1,38,18); }

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

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

 a { background-color: rgb(1,38,18); }

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

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

 span { border-color: rgb(1,38,18); }

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