Html Css Color HEX #01311A Dark Green

📋 copy color: '#01311A'

red 1 ◦ green 49 ◦ blue 26

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

Shades of Dark Green #01311A

Tints of Dark Green #01311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 34.21%

R = 1.32%
G = 64.47%
B = 34.21%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.81

RGB Variations

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

Color information

#01311A (or 0x01311A) is known color: Dark Green. HEX triplet: 01, 31 and 1A. RGB value is (1,49,26). Sum of RGB (Red+Green+Blue) = 1+49+26=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 49 (19.53% from 255 or 64.47% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 49 - color contains mainly: green. Hex color #01311A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01311A is #FECEE5. Grayscale: #202020. Windows color (decimal): -16699110 or 1716481. OLE color: 1716481.

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

Color convert

RGB 1 49 26 -
CMYK 0.98 0 0.47 0.81
HSL 151.25º 0.96% 0.1% -
HSV(B) 151.25º 0.98% 0.19% -
XYZ 1.3 2.28 1.35 -
YUV 32.03 124.6 105.87 -
System Red Green Blue C M Y K H S L
Decimal 1 49 26 0.98 0 0.47 0.81 151.25 0.96 0.1
Hex 1 31 1A 62 0 2F 51 97 60 A
Octal 1 61 32 142 0 57 121 227 140 12
Binary 1 110001 11010 1100010 0 101111 1010001 10010111 1100000 1010

Color Harmonies of #01311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01311A

Black with #01311A

Text Example


Text Example

White with #01311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01311A; }

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

 H1.HeaderClassName
 {
   color: #01311A;
 }
 .AnyTagClassName
 {
   color: #01311A;
 }
</style>

background-color css

<style>
 a { background-color: #01311A; }

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

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

border-color css

<style>
 span { border-color: #01311A; }

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

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