#01392E

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

Shades of Dark Green #01392E

Tints of Dark Green #01392E

Color information

#01392E (or 0x01392E) is unknown color: approx Dark Green. HEX triplet: 01, 39 and 2E. RGB value is (1,57,46). Sum of RGB (Red+Green+Blue) = 1+57+46=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 57 (22.66% from 255 or 54.81% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 57 - color contains mainly: green. Hex color #01392E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01392E is #FEC6D1. Grayscale: #262626. Windows color (decimal): -16697042 or 3029249. OLE color: 3029249.

HSL color Cylindrical-coordinate representation of color #01392E: hue angle of 168.21º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01392E is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.78.

Color convert

RGB15746-
CMYK0.9800.190.78
HSL168.21º96.55%11.37%-
HSV(B)168.21º98.25%22.35%-
XYZ1.973.133.09-
YUV39131.95100.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 57 (22.66% from 255) = 54.81%
BLUE value IS 46 (18.36% from 255) = 44.23%
R=0.96%
G=54.81%
B=44.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal157460.9800.190.78168.2196.5511.37
Hex1392E620134Ea861b
Octal1715614202311625014113
Binary1111001101110110001001001110011101010100011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01392E; }

 p { color: rgb(1,57,46); }

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

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

 a { background-color: rgb(1,57,46); }

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

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

 span { border-color: rgb(1,57,46); }

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