#01372D

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

Shades of Dark Green #01372D

Tints of Dark Green #01372D

Color information

#01372D (or 0x01372D) is unknown color: approx Dark Green. HEX triplet: 01, 37 and 2D. RGB value is (1,55,45). Sum of RGB (Red+Green+Blue) = 1+55+45=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #01372D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01372D is #FEC8D2. Grayscale: #252525. Windows color (decimal): -16697555 or 2963201. OLE color: 2963201.

HSL color Cylindrical-coordinate representation of color #01372D: hue angle of 168.89º degrees, saturation: 0.96, 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 #01372D is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB15545-
CMYK0.9800.180.78
HSL168.89º96.43%10.98%-
HSV(B)168.89º98.18%21.57%-
XYZ1.852.932.95-
YUV37.71132.11101.81-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 55 (21.88% from 255) = 54.46%
BLUE value IS 45 (17.97% from 255) = 44.55%
R=0.99%
G=54.46%
B=44.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal155450.9800.180.78168.8996.4310.98
Hex1372D620124Ea960b
Octal1675514202211625114013
Binary1110111101101110001001001010011101010100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01372D; }

 p { color: rgb(1,55,45); }

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

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

 a { background-color: rgb(1,55,45); }

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

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

 span { border-color: rgb(1,55,45); }

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