Html Css Color HEX #03372A Dark Green

📋 copy color: '#03372A'

red 3 ◦ green 55 ◦ blue 42

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

Shades of Dark Green #03372A

Tints of Dark Green #03372A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 42%

R = 3%
G = 55%
B = 42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#03372A (or 0x03372A) is known color: Dark Green. HEX triplet: 03, 37 and 2A. RGB value is (3,55,42). Sum of RGB (Red+Green+Blue) = 3+55+42=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #03372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03372A is #FCC8D5. Grayscale: #252525. Windows color (decimal): -16566486 or 2766595. OLE color: 2766595.

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

Color convert

RGB 3 55 42 -
CMYK 0.95 0 0.24 0.78
HSL 165º 0.9% 0.11% -
HSV(B) 165º 0.95% 0.22% -
XYZ 1.82 2.92 2.66 -
YUV 37.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 3 55 42 0.95 0 0.24 0.78 165 0.9 0.11
Hex 3 37 2A 5F 0 18 4E A5 5A B
Octal 3 67 52 137 0 30 116 245 132 13
Binary 11 110111 101010 1011111 0 11000 1001110 10100101 1011010 1011

Color Harmonies of #03372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03372A

Black with #03372A

Text Example


Text Example

White with #03372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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