Html Css Color HEX #00372E Dark Green

📋 copy color: '#00372E'

red 0 ◦ green 55 ◦ blue 46

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

Shades of Dark Green #00372E

Tints of Dark Green #00372E

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 46 (18.36% from 255) = 45.54%

R = 0%
G = 54.46%
B = 45.54%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#00372E (or 0x00372E) is known color: Dark Green. HEX triplet: 00, 37 and 2E. RGB value is (0,55,46). Sum of RGB (Red+Green+Blue) = 0+55+46=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #00372E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00372E is #FFC8D1. Grayscale: #252525. Windows color (decimal): -16763090 or 3028736. OLE color: 3028736.

HSL color Cylindrical-coordinate representation of color #00372E: hue angle of 170.18º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00372E is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 55 46 -
CMYK 1 0 0.16 0.78
HSL 170.18º 1% 0.11% -
HSV(B) 170.18º 1% 0.22% -
XYZ 1.86 2.93 3.05 -
YUV 37.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 0 55 46 1 0 0.16 0.78 170.18 1 0.11
Hex 0 37 2E 64 0 10 4E AA 64 B
Octal 0 67 56 144 0 20 116 252 144 13
Binary 0 110111 101110 1100100 0 10000 1001110 10101010 1100100 1011

Color Harmonies of #00372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00372E

Black with #00372E

Text Example


Text Example

White with #00372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00372E; }

 p { color: rgb(0,55,46); }

 H1.HeaderClassName
 {
   color: #00372E;
 }
 .AnyTagClassName
 {
   color: #00372E;
 }
</style>

background-color css

<style>
 a { background-color: #00372E; }

 a { background-color: rgb(0,55,46); }

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

border-color css

<style>
 span { border-color: #00372E; }

 span { border-color: rgb(0,55,46); }

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