#01312C

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

Shades of Dark Green #01312C

Tints of Dark Green #01312C

Color information

#01312C (or 0x01312C) is unknown color: approx Dark Green. HEX triplet: 01, 31 and 2C. RGB value is (1,49,44). Sum of RGB (Red+Green+Blue) = 1+49+44=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #01312C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01312C is #FECED3. Grayscale: #222222. Windows color (decimal): -16699092 or 2896129. OLE color: 2896129.

HSL color Cylindrical-coordinate representation of color #01312C: hue angle of 173.75º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01312C is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB14944-
CMYK0.9800.100.81
HSL173.75º96%9.8%-
HSV(B)173.75º97.96%19.22%-
XYZ1.572.382.76-
YUV34.08133.6104.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 49 (19.53% from 255) = 52.13%
BLUE value IS 44 (17.58% from 255) = 46.81%
R=1.06%
G=52.13%
B=46.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal149440.9800.100.81173.75969.8
Hex1312C620A51ae60a
Octal1615414201212125614012
Binary111000110110011000100101010100011010111011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,49,44); }

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

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

 a { background-color: rgb(1,49,44); }

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

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

 span { border-color: rgb(1,49,44); }

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