Html Css Color HEX #03372F Dark Green

📋 copy color: '#03372F'

red 3 ◦ green 55 ◦ blue 47

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

Shades of Dark Green #03372F

Tints of Dark Green #03372F

RGB

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

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

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

R = 2.86%
G = 52.38%
B = 44.76%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#03372F (or 0x03372F) is known color: Dark Green. HEX triplet: 03, 37 and 2F. RGB value is (3,55,47). Sum of RGB (Red+Green+Blue) = 3+55+47=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 55 (21.88% from 255 or 52.38% from 105); Blue value is 47 (18.75% from 255 or 44.76% from 105); Max value from RGB is 55 - color contains mainly: green. Hex color #03372F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03372F is #FCC8D0. Grayscale: #262626. Windows color (decimal): -16566481 or 3094275. OLE color: 3094275.

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

Color convert

RGB 3 55 47 -
CMYK 0.95 0 0.15 0.78
HSL 170.77º 0.9% 0.11% -
HSV(B) 170.77º 0.95% 0.22% -
XYZ 1.92 2.96 3.16 -
YUV 38.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 3 55 47 0.95 0 0.15 0.78 170.77 0.9 0.11
Hex 3 37 2F 5F 0 F 4E AB 5A B
Octal 3 67 57 137 0 17 116 253 132 13
Binary 11 110111 101111 1011111 0 1111 1001110 10101011 1011010 1011

Color Harmonies of #03372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03372F

Black with #03372F

Text Example


Text Example

White with #03372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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