Html Css Color HEX #01312B Dark Green

📋 copy color: '#01312B'

red 1 ◦ green 49 ◦ blue 43

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

Shades of Dark Green #01312B

Tints of Dark Green #01312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 46.24%

R = 1.08%
G = 52.69%
B = 46.24%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#01312B (or 0x01312B) is known color: Dark Green. HEX triplet: 01, 31 and 2B. RGB value is (1,49,43). Sum of RGB (Red+Green+Blue) = 1+49+43=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #01312B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01312B is #FECED4. Grayscale: #212121. Windows color (decimal): -16699093 or 2830593. OLE color: 2830593.

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

Color convert

RGB 1 49 43 -
CMYK 0.98 0 0.12 0.81
HSL 172.5º 0.96% 0.1% -
HSV(B) 172.5º 0.98% 0.19% -
XYZ 1.55 2.38 2.66 -
YUV 33.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 1 49 43 0.98 0 0.12 0.81 172.5 0.96 0.1
Hex 1 31 2B 62 0 C 51 AC 60 A
Octal 1 61 53 142 0 14 121 254 140 12
Binary 1 110001 101011 1100010 0 1100 1010001 10101100 1100000 1010

Color Harmonies of #01312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01312B

Black with #01312B

Text Example


Text Example

White with #01312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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