Html Css Color HEX #03371F Dark Green

📋 copy color: '#03371F'

red 3 ◦ green 55 ◦ blue 31

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

Shades of Dark Green #03371F

Tints of Dark Green #03371F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 34.83%

R = 3.37%
G = 61.8%
B = 34.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#03371F (or 0x03371F) is known color: Dark Green. HEX triplet: 03, 37 and 1F. RGB value is (3,55,31). Sum of RGB (Red+Green+Blue) = 3+55+31=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 55 (21.88% from 255 or 61.80% from 89); Blue value is 31 (12.5% from 255 or 34.83% from 89); Max value from RGB is 55 - color contains mainly: green. Hex color #03371F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03371F is #FCC8E0. Grayscale: #242424. Windows color (decimal): -16566497 or 2045699. OLE color: 2045699.

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

Color convert

RGB 3 55 31 -
CMYK 0.95 0 0.44 0.78
HSL 152.31º 0.9% 0.11% -
HSV(B) 152.31º 0.95% 0.22% -
XYZ 1.65 2.85 1.76 -
YUV 36.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 3 55 31 0.95 0 0.44 0.78 152.31 0.9 0.11
Hex 3 37 1F 5F 0 2C 4E 98 5A B
Octal 3 67 37 137 0 54 116 230 132 13
Binary 11 110111 11111 1011111 0 101100 1001110 10011000 1011010 1011

Color Harmonies of #03371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03371F

Black with #03371F

Text Example


Text Example

White with #03371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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