Html Css Color HEX #01371D Dark Green

📋 copy color: '#01371D'

red 1 ◦ green 55 ◦ blue 29

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

Shades of Dark Green #01371D

Tints of Dark Green #01371D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 64.71%

 BLUE value IS 29 (11.72% from 255) = 34.12%

R = 1.18%
G = 64.71%
B = 34.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#01371D (or 0x01371D) is known color: Dark Green. HEX triplet: 01, 37 and 1D. RGB value is (1,55,29). Sum of RGB (Red+Green+Blue) = 1+55+29=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 55 (21.88% from 255 or 64.71% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 55 - color contains mainly: green. Hex color #01371D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01371D is #FEC8E2. Grayscale: #232323. Windows color (decimal): -16697571 or 1914625. OLE color: 1914625.

HSL color Cylindrical-coordinate representation of color #01371D: hue angle of 151.11º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01371D is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 55 29 -
CMYK 0.98 0 0.47 0.78
HSL 151.11º 0.96% 0.11% -
HSV(B) 151.11º 0.98% 0.22% -
XYZ 1.6 2.83 1.62 -
YUV 35.89 124.11 103.11 -
System Red Green Blue C M Y K H S L
Decimal 1 55 29 0.98 0 0.47 0.78 151.11 0.96 0.11
Hex 1 37 1D 62 0 2F 4E 97 60 B
Octal 1 67 35 142 0 57 116 227 140 13
Binary 1 110111 11101 1100010 0 101111 1001110 10010111 1100000 1011

Color Harmonies of #01371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01371D

Black with #01371D

Text Example


Text Example

White with #01371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,55,29); }

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

background-color css

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

 a { background-color: rgb(1,55,29); }

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

border-color css

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

 span { border-color: rgb(1,55,29); }

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