Html Css Color HEX #01372F Dark Green

📋 copy color: '#01372F'

red 1 ◦ green 55 ◦ blue 47

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

Shades of Dark Green #01372F

Tints of Dark Green #01372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 45.63%

R = 0.97%
G = 53.4%
B = 45.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#01372F (or 0x01372F) is known color: Dark Green. HEX triplet: 01, 37 and 2F. RGB value is (1,55,47). Sum of RGB (Red+Green+Blue) = 1+55+47=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 55 (21.88% from 255 or 53.40% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 55 - color contains mainly: green. Hex color #01372F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01372F is #FEC8D0. Grayscale: #252525. Windows color (decimal): -16697553 or 3094273. OLE color: 3094273.

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

Color convert

RGB 1 55 47 -
CMYK 0.98 0 0.15 0.78
HSL 171.11º 0.96% 0.11% -
HSV(B) 171.11º 0.98% 0.22% -
XYZ 1.89 2.94 3.16 -
YUV 37.94 133.11 101.65 -
System Red Green Blue C M Y K H S L
Decimal 1 55 47 0.98 0 0.15 0.78 171.11 0.96 0.11
Hex 1 37 2F 62 0 F 4E AB 60 B
Octal 1 67 57 142 0 17 116 253 140 13
Binary 1 110111 101111 1100010 0 1111 1001110 10101011 1100000 1011

Color Harmonies of #01372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01372F

Black with #01372F

Text Example


Text Example

White with #01372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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