Html Css Color HEX #00372B Dark Green

📋 copy color: '#00372B'

red 0 ◦ green 55 ◦ blue 43

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

Shades of Dark Green #00372B

Tints of Dark Green #00372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 43.88%

R = 0%
G = 56.12%
B = 43.88%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.78

RGB Variations

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

Color information

#00372B (or 0x00372B) is known color: Dark Green. HEX triplet: 00, 37 and 2B. RGB value is (0,55,43). Sum of RGB (Red+Green+Blue) = 0+55+43=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 55 (21.88% from 255 or 56.12% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 55 - color contains mainly: green. Hex color #00372B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00372B is #FFC8D4. Grayscale: #252525. Windows color (decimal): -16763093 or 2832128. OLE color: 2832128.

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

Color convert

RGB 0 55 43 -
CMYK 1 0 0.22 0.78
HSL 166.91º 1% 0.11% -
HSV(B) 166.91º 1% 0.22% -
XYZ 1.8 2.91 2.75 -
YUV 37.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 0 55 43 1 0 0.22 0.78 166.91 1 0.11
Hex 0 37 2B 64 0 16 4E A7 64 B
Octal 0 67 53 144 0 26 116 247 144 13
Binary 0 110111 101011 1100100 0 10110 1001110 10100111 1100100 1011

Color Harmonies of #00372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00372B

Black with #00372B

Text Example


Text Example

White with #00372B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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