#01371C

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

Shades of Dark Green #01371C

Tints of Dark Green #01371C

Color information

#01371C (or 0x01371C) is unknown color: approx Dark Green. HEX triplet: 01, 37 and 1C. RGB value is (1,55,28). Sum of RGB (Red+Green+Blue) = 1+55+28=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 55 (21.88% from 255 or 65.48% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 55 - color contains mainly: green. Hex color #01371C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01371C is #FEC8E3. Grayscale: #232323. Windows color (decimal): -16697572 or 1849089. OLE color: 1849089.

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

Color convert

RGB15528-
CMYK0.9800.490.78
HSL150º96.43%10.98%-
HSV(B)150º98.18%21.57%-
XYZ1.592.821.56-
YUV35.78123.61103.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 55 (21.88% from 255) = 65.48%
BLUE value IS 28 (11.33% from 255) = 33.33%
R=1.19%
G=65.48%
B=33.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal155280.9800.490.7815096.4310.98
Hex1371C620314E9660b
Octal1673414206111622614013
Binary1110111111001100010011000110011101001011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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