Html Css Color HEX #00372C Dark Green

📋 copy color: '#00372C'

red 0 ◦ green 55 ◦ blue 44

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

Shades of Dark Green #00372C

Tints of Dark Green #00372C

RGB

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

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

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

R = 0%
G = 55.56%
B = 44.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.2

 K value IS 0.78

RGB Variations

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

Color information

#00372C (or 0x00372C) is known color: Dark Green. HEX triplet: 00, 37 and 2C. RGB value is (0,55,44). Sum of RGB (Red+Green+Blue) = 0+55+44=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 55 (21.88% from 255 or 55.56% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 55 - color contains mainly: green. Hex color #00372C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00372C is #FFC8D3. Grayscale: #252525. Windows color (decimal): -16763092 or 2897664. OLE color: 2897664.

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

Color convert

RGB 0 55 44 -
CMYK 1 0 0.2 0.78
HSL 168º 1% 0.11% -
HSV(B) 168º 1% 0.22% -
XYZ 1.82 2.91 2.85 -
YUV 37.3 131.78 101.39 -
System Red Green Blue C M Y K H S L
Decimal 0 55 44 1 0 0.2 0.78 168 1 0.11
Hex 0 37 2C 64 0 14 4E A8 64 B
Octal 0 67 54 144 0 24 116 250 144 13
Binary 0 110111 101100 1100100 0 10100 1001110 10101000 1100100 1011

Color Harmonies of #00372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00372C

Black with #00372C

Text Example


Text Example

White with #00372C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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