#03301F

Color #03301F Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #03301F

Tints of Dark Green #03301F

Color information

#03301F (or 0x03301F) is unknown color: approx 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

RGB34831-
CMYK0.9400.350.81
HSL157.33º88.24%10%-
HSV(B)157.33º93.75%18.82%-
XYZ1.342.231.66-
YUV32.61127.09106.88-

RGB Variations

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

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.80%
R=3.66%
G=58.54%
B=37.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal348310.9400.350.81157.3388.2410
Hex3301F5E023519d58a
Octal3603713604312123513012
Binary11110000111111011110010001110100011001110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>