Html Css Color HEX #03301F Dark Green

📋 copy color: '#03301F'

red 3 ◦ green 48 ◦ blue 31

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

Shades of Dark Green #03301F

Tints of Dark Green #03301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 58.54%

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

R = 3.66%
G = 58.54%
B = 37.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#03301F (or 0x03301F) is known color: Dark Green. HEX triplet: 03, 30 and 1F. RGB value is (3,48,31). Sum of RGB (Red+Green+Blue) = 3+48+31=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 48 (19.14% from 255 or 58.54% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 48 - color contains mainly: green. Hex color #03301F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03301F is #FCCFE0. Grayscale: #202020. Windows color (decimal): -16568289 or 2043907. OLE color: 2043907.

HSL color Cylindrical-coordinate representation of color #03301F: hue angle of 157.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03301F is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 3 48 31 -
CMYK 0.94 0 0.35 0.81
HSL 157.33º 0.88% 0.1% -
HSV(B) 157.33º 0.94% 0.19% -
XYZ 1.34 2.23 1.66 -
YUV 32.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 3 48 31 0.94 0 0.35 0.81 157.33 0.88 0.1
Hex 3 30 1F 5E 0 23 51 9D 58 A
Octal 3 60 37 136 0 43 121 235 130 12
Binary 11 110000 11111 1011110 0 100011 1010001 10011101 1011000 1010

Color Harmonies of #03301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03301F

Black with #03301F

Text Example


Text Example

White with #03301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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