#012614

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

Shades of Dark Green #012614

Tints of Dark Green #012614

Color information

#012614 (or 0x012614) is unknown color: approx Dark Green. HEX triplet: 01, 26 and 14. RGB value is (1,38,20). Sum of RGB (Red+Green+Blue) = 1+38+20=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 38 (15.23% from 255 or 64.41% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 38 - color contains mainly: green. Hex color #012614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012614 is #FED9EB. Grayscale: #181818. Windows color (decimal): -16701932 or 1320449. OLE color: 1320449.

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

Color convert

RGB13820-
CMYK0.9700.470.85
HSL150.81º94.87%7.65%-
HSV(B)150.81º97.37%14.9%-
XYZ0.831.440.9-
YUV24.88125.24110.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.69%
GREEN value IS 38 (15.23% from 255) = 64.41%
BLUE value IS 20 (8.20% from 255) = 33.90%
R=1.69%
G=64.41%
B=33.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal138200.9700.470.85150.8194.877.65
Hex126146102F55975f8
Octal1462414105712522713710
Binary1100110101001100001010111110101011001011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012614; }

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

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

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

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

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

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

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

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