Html Css Color HEX #01372C Dark Green

📋 copy color: '#01372C'

red 1 ◦ green 55 ◦ blue 44

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

Shades of Dark Green #01372C

Tints of Dark Green #01372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 44%

R = 1%
G = 55%
B = 44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.2

 K value IS 0.78

RGB Variations

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

Color information

#01372C (or 0x01372C) is known color: Dark Green. HEX triplet: 01, 37 and 2C. RGB value is (1,55,44). Sum of RGB (Red+Green+Blue) = 1+55+44=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #01372C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01372C is #FEC8D3. Grayscale: #252525. Windows color (decimal): -16697556 or 2897665. OLE color: 2897665.

HSL color Cylindrical-coordinate representation of color #01372C: hue angle of 167.78º 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 #01372C is Cyan = 0.98, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 55 44 -
CMYK 0.98 0 0.2 0.78
HSL 167.78º 0.96% 0.11% -
HSV(B) 167.78º 0.98% 0.22% -
XYZ 1.83 2.92 2.85 -
YUV 37.6 131.61 101.89 -
System Red Green Blue C M Y K H S L
Decimal 1 55 44 0.98 0 0.2 0.78 167.78 0.96 0.11
Hex 1 37 2C 62 0 14 4E A8 60 B
Octal 1 67 54 142 0 24 116 250 140 13
Binary 1 110111 101100 1100010 0 10100 1001110 10101000 1100000 1011

Color Harmonies of #01372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01372C

Black with #01372C

Text Example


Text Example

White with #01372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01372C; }

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

 H1.HeaderClassName
 {
   color: #01372C;
 }
 .AnyTagClassName
 {
   color: #01372C;
 }
</style>

background-color css

<style>
 a { background-color: #01372C; }

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

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

border-color css

<style>
 span { border-color: #01372C; }

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

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