Html Css Color HEX #01372A Dark Green

📋 copy color: '#01372A'

red 1 ◦ green 55 ◦ blue 42

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

Shades of Dark Green #01372A

Tints of Dark Green #01372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 42.86%

R = 1.02%
G = 56.12%
B = 42.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#01372A (or 0x01372A) is known color: Dark Green. HEX triplet: 01, 37 and 2A. RGB value is (1,55,42). Sum of RGB (Red+Green+Blue) = 1+55+42=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 55 (21.88% from 255 or 56.12% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 55 - color contains mainly: green. Hex color #01372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01372A is #FEC8D5. Grayscale: #252525. Windows color (decimal): -16697558 or 2766593. OLE color: 2766593.

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

Color convert

RGB 1 55 42 -
CMYK 0.98 0 0.24 0.78
HSL 165.56º 0.96% 0.11% -
HSV(B) 165.56º 0.98% 0.22% -
XYZ 1.8 2.91 2.66 -
YUV 37.37 130.61 102.06 -
System Red Green Blue C M Y K H S L
Decimal 1 55 42 0.98 0 0.24 0.78 165.56 0.96 0.11
Hex 1 37 2A 62 0 18 4E A6 60 B
Octal 1 67 52 142 0 30 116 246 140 13
Binary 1 110111 101010 1100010 0 11000 1001110 10100110 1100000 1011

Color Harmonies of #01372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01372A

Black with #01372A

Text Example


Text Example

White with #01372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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