#01371E

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

Shades of Dark Green #01371E

Tints of Dark Green #01371E

Color information

#01371E (or 0x01371E) is unknown color: approx Dark Green. HEX triplet: 01, 37 and 1E. RGB value is (1,55,30). Sum of RGB (Red+Green+Blue) = 1+55+30=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 55 (21.88% from 255 or 63.95% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 55 - color contains mainly: green. Hex color #01371E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01371E is #FEC8E1. Grayscale: #242424. Windows color (decimal): -16697570 or 1980161. OLE color: 1980161.

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

Color convert

RGB15530-
CMYK0.9800.450.78
HSL152.22º96.43%10.98%-
HSV(B)152.22º98.18%21.57%-
XYZ1.612.831.69-
YUV36124.61103.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.16%
GREEN value IS 55 (21.88% from 255) = 63.95%
BLUE value IS 30 (12.11% from 255) = 34.88%
R=1.16%
G=63.95%
B=34.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal155300.9800.450.78152.2296.4310.98
Hex1371E6202D4E9860b
Octal1673614205511623014013
Binary1110111111101100010010110110011101001100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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