Html Css Color HEX #01312F Dark Green

📋 copy color: '#01312F'

red 1 ◦ green 49 ◦ blue 47

#01312F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #01312F

Tints of Dark Green #01312F

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 value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#01312F (or 0x01312F) is known color: 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

RGB 1 49 47 -
CMYK 0.98 0 0.04 0.81
HSL 177.5º 0.96% 0.1% -
HSV(B) 177.5º 0.98% 0.19% -
XYZ 1.62 2.41 3.07 -
YUV 34.42 135.1 104.16 -
System Red Green Blue C M Y K H S L
Decimal 1 49 47 0.98 0 0.04 0.81 177.5 0.96 0.1
Hex 1 31 2F 62 0 4 51 B2 60 A
Octal 1 61 57 142 0 4 121 262 140 12
Binary 1 110001 101111 1100010 0 100 1010001 10110010 1100000 1010

Color Harmonies of #01312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01312F

Black with #01312F

Text Example


Text Example

White with #01312F

Text Example


Text Example

HTML Codes & Css Web 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>