Html Css Color HEX #01312D Dark Green

📋 copy color: '#01312D'

red 1 ◦ green 49 ◦ blue 45

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

Shades of Dark Green #01312D

Tints of Dark Green #01312D

RGB

 RED value IS 1 (0.78% from 255) = 1.05%

 GREEN value IS 49 (19.53% from 255) = 51.58%

 BLUE value IS 45 (17.97% from 255) = 47.37%

R = 1.05%
G = 51.58%
B = 47.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#01312D (or 0x01312D) is known color: Dark Green. HEX triplet: 01, 31 and 2D. RGB value is (1,49,45). Sum of RGB (Red+Green+Blue) = 1+49+45=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #01312D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01312D is #FECED2. Grayscale: #222222. Windows color (decimal): -16699091 or 2961665. OLE color: 2961665.

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

Color convert

RGB 1 49 45 -
CMYK 0.98 0 0.08 0.81
HSL 175º 0.96% 0.1% -
HSV(B) 175º 0.98% 0.19% -
XYZ 1.58 2.39 2.86 -
YUV 34.19 134.1 104.33 -
System Red Green Blue C M Y K H S L
Decimal 1 49 45 0.98 0 0.08 0.81 175 0.96 0.1
Hex 1 31 2D 62 0 8 51 AF 60 A
Octal 1 61 55 142 0 10 121 257 140 12
Binary 1 110001 101101 1100010 0 1000 1010001 10101111 1100000 1010

Color Harmonies of #01312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01312D

Black with #01312D

Text Example


Text Example

White with #01312D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01312D;
 }
 .AnyTagClassName
 {
   color: #01312D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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