Html Css Color HEX #01372D Dark Green

📋 copy color: '#01372D'

red 1 ◦ green 55 ◦ blue 45

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

Shades of Dark Green #01372D

Tints of Dark Green #01372D

RGB

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

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

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

R = 0.99%
G = 54.46%
B = 44.55%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#01372D (or 0x01372D) is known color: Dark Green. HEX triplet: 01, 37 and 2D. RGB value is (1,55,45). Sum of RGB (Red+Green+Blue) = 1+55+45=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #01372D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01372D is #FEC8D2. Grayscale: #252525. Windows color (decimal): -16697555 or 2963201. OLE color: 2963201.

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

Color convert

RGB 1 55 45 -
CMYK 0.98 0 0.18 0.78
HSL 168.89º 0.96% 0.11% -
HSV(B) 168.89º 0.98% 0.22% -
XYZ 1.85 2.93 2.95 -
YUV 37.71 132.11 101.81 -
System Red Green Blue C M Y K H S L
Decimal 1 55 45 0.98 0 0.18 0.78 168.89 0.96 0.11
Hex 1 37 2D 62 0 12 4E A9 60 B
Octal 1 67 55 142 0 22 116 251 140 13
Binary 1 110111 101101 1100010 0 10010 1001110 10101001 1100000 1011

Color Harmonies of #01372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01372D

Black with #01372D

Text Example


Text Example

White with #01372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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