#01392A

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

Shades of Dark Green #01392A

Tints of Dark Green #01392A

Color information

#01392A (or 0x01392A) is unknown color: approx Dark Green. HEX triplet: 01, 39 and 2A. RGB value is (1,57,42). Sum of RGB (Red+Green+Blue) = 1+57+42=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 57 (22.66% from 255 or 57% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 57 - color contains mainly: green. Hex color #01392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01392A is #FEC6D5. Grayscale: #262626. Windows color (decimal): -16697046 or 2767105. OLE color: 2767105.

HSL color Cylindrical-coordinate representation of color #01392A: hue angle of 163.93º 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 #01392A is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB15742-
CMYK0.9800.260.78
HSL163.93º96.55%11.37%-
HSV(B)163.93º98.25%22.35%-
XYZ1.893.12.69-
YUV38.55129.95101.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1%
GREEN value IS 57 (22.66% from 255) = 57%
BLUE value IS 42 (16.80% from 255) = 42%
R=1%
G=57%
B=42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal157420.9800.260.78163.9396.5511.37
Hex1392A6201A4Ea461b
Octal1715214203211624414113
Binary1111001101010110001001101010011101010010011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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