#01392B

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

Shades of Dark Green #01392B

Tints of Dark Green #01392B

Color information

#01392B (or 0x01392B) is unknown color: approx Dark Green. HEX triplet: 01, 39 and 2B. RGB value is (1,57,43). Sum of RGB (Red+Green+Blue) = 1+57+43=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 57 (22.66% from 255 or 56.44% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 57 - color contains mainly: green. Hex color #01392B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01392B is #FEC6D4. Grayscale: #262626. Windows color (decimal): -16697045 or 2832641. OLE color: 2832641.

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

Color convert

RGB15743-
CMYK0.9800.250.78
HSL165º96.55%11.37%-
HSV(B)165º98.25%22.35%-
XYZ1.913.112.78-
YUV38.66130.45101.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 57 (22.66% from 255) = 56.44%
BLUE value IS 43 (17.19% from 255) = 42.57%
R=0.99%
G=56.44%
B=42.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal157430.9800.250.7816596.5511.37
Hex1392B620194Ea561b
Octal1715314203111624514113
Binary1111001101011110001001100110011101010010111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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