Html Css Color HEX #03372D Dark Green

📋 copy color: '#03372D'

red 3 ◦ green 55 ◦ blue 45

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

Shades of Dark Green #03372D

Tints of Dark Green #03372D

RGB

 RED value IS 3 (1.56% from 255) = 2.91%

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

 BLUE value IS 45 (17.97% from 255) = 43.69%

R = 2.91%
G = 53.4%
B = 43.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#03372D (or 0x03372D) is known color: Dark Green. HEX triplet: 03, 37 and 2D. RGB value is (3,55,45). Sum of RGB (Red+Green+Blue) = 3+55+45=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 55 (21.88% from 255 or 53.40% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 55 - color contains mainly: green. Hex color #03372D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03372D is #FCC8D2. Grayscale: #262626. Windows color (decimal): -16566483 or 2963203. OLE color: 2963203.

HSL color Cylindrical-coordinate representation of color #03372D: hue angle of 168.46º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03372D is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 55 45 -
CMYK 0.95 0 0.18 0.78
HSL 168.46º 0.9% 0.11% -
HSV(B) 168.46º 0.95% 0.22% -
XYZ 1.88 2.94 2.95 -
YUV 38.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 3 55 45 0.95 0 0.18 0.78 168.46 0.9 0.11
Hex 3 37 2D 5F 0 12 4E A8 5A B
Octal 3 67 55 137 0 22 116 250 132 13
Binary 11 110111 101101 1011111 0 10010 1001110 10101000 1011010 1011

Color Harmonies of #03372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03372D

Black with #03372D

Text Example


Text Example

White with #03372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03372D; }

 p { color: rgb(3,55,45); }

 H1.HeaderClassName
 {
   color: #03372D;
 }
 .AnyTagClassName
 {
   color: #03372D;
 }
</style>

background-color css

<style>
 a { background-color: #03372D; }

 a { background-color: rgb(3,55,45); }

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

border-color css

<style>
 span { border-color: #03372D; }

 span { border-color: rgb(3,55,45); }

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