#01312F

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

Shades of Dark Green #01312F

Tints of Dark Green #01312F

Color information

#01312F (or 0x01312F) is unknown color: approx Dark Green. HEX triplet: 01, 31 and 2F. RGB value is (1,49,47). Sum of RGB (Red+Green+Blue) = 1+49+47=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 47 (18.75% from 255 or 48.45% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #01312F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01312F is #FECED0. Grayscale: #222222. Windows color (decimal): -16699089 or 3092737. OLE color: 3092737.

HSL color Cylindrical-coordinate representation of color #01312F: hue angle of 177.5º 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 #01312F is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB14947-
CMYK0.9800.040.81
HSL177.5º96%9.8%-
HSV(B)177.5º97.96%19.22%-
XYZ1.622.413.07-
YUV34.42135.1104.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 49 (19.53% from 255) = 50.52%
BLUE value IS 47 (18.75% from 255) = 48.45%
R=1.03%
G=50.52%
B=48.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal149470.9800.040.81177.5969.8
Hex1312F620451b260a
Octal161571420412126214012
Binary11100011011111100010010010100011011001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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