Html Css Color HEX #03371D Dark Green

📋 copy color: '#03371D'

red 3 ◦ green 55 ◦ blue 29

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

Shades of Dark Green #03371D

Tints of Dark Green #03371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 33.33%

R = 3.45%
G = 63.22%
B = 33.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#03371D (or 0x03371D) is known color: Dark Green. HEX triplet: 03, 37 and 1D. RGB value is (3,55,29). Sum of RGB (Red+Green+Blue) = 3+55+29=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 55 (21.88% from 255 or 63.22% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 55 - color contains mainly: green. Hex color #03371D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03371D is #FCC8E2. Grayscale: #242424. Windows color (decimal): -16566499 or 1914627. OLE color: 1914627.

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

Color convert

RGB 3 55 29 -
CMYK 0.95 0 0.47 0.78
HSL 150º 0.9% 0.11% -
HSV(B) 150º 0.95% 0.22% -
XYZ 1.63 2.84 1.62 -
YUV 36.49 123.77 104.11 -
System Red Green Blue C M Y K H S L
Decimal 3 55 29 0.95 0 0.47 0.78 150 0.9 0.11
Hex 3 37 1D 5F 0 2F 4E 96 5A B
Octal 3 67 35 137 0 57 116 226 132 13
Binary 11 110111 11101 1011111 0 101111 1001110 10010110 1011010 1011

Color Harmonies of #03371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03371D

Black with #03371D

Text Example


Text Example

White with #03371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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