#01392C

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

Shades of Dark Green #01392C

Tints of Dark Green #01392C

Color information

#01392C (or 0x01392C) is unknown color: approx Dark Green. HEX triplet: 01, 39 and 2C. RGB value is (1,57,44). Sum of RGB (Red+Green+Blue) = 1+57+44=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #01392C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01392C is #FEC6D3. Grayscale: #262626. Windows color (decimal): -16697044 or 2898177. OLE color: 2898177.

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

Color convert

RGB15744-
CMYK0.9800.230.78
HSL166.07º96.55%11.37%-
HSV(B)166.07º98.25%22.35%-
XYZ1.933.112.88-
YUV38.77130.95101.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.98%
GREEN value IS 57 (22.66% from 255) = 55.88%
BLUE value IS 44 (17.58% from 255) = 43.14%
R=0.98%
G=55.88%
B=43.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal157440.9800.230.78166.0796.5511.37
Hex1392C620174Ea661b
Octal1715414202711624614113
Binary1111001101100110001001011110011101010011011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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