#01371D

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

Shades of Dark Green #01371D

Tints of Dark Green #01371D

Color information

#01371D (or 0x01371D) is unknown color: approx Dark Green. HEX triplet: 01, 37 and 1D. RGB value is (1,55,29). Sum of RGB (Red+Green+Blue) = 1+55+29=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 55 (21.88% from 255 or 64.71% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 55 - color contains mainly: green. Hex color #01371D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01371D is #FEC8E2. Grayscale: #232323. Windows color (decimal): -16697571 or 1914625. OLE color: 1914625.

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

Color convert

RGB15529-
CMYK0.9800.470.78
HSL151.11º96.43%10.98%-
HSV(B)151.11º98.18%21.57%-
XYZ1.62.831.62-
YUV35.89124.11103.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.18%
GREEN value IS 55 (21.88% from 255) = 64.71%
BLUE value IS 29 (11.72% from 255) = 34.12%
R=1.18%
G=64.71%
B=34.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal155290.9800.470.78151.1196.4310.98
Hex1371D6202F4E9760b
Octal1673514205711622714013
Binary1110111111011100010010111110011101001011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01371D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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