#03301C

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

Shades of Dark Green #03301C

Tints of Dark Green #03301C

Color information

#03301C (or 0x03301C) is unknown color: approx Dark Green. HEX triplet: 03, 30 and 1C. RGB value is (3,48,28). Sum of RGB (Red+Green+Blue) = 3+48+28=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #03301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03301C is #FCCFE3. Grayscale: #202020. Windows color (decimal): -16568292 or 1847299. OLE color: 1847299.

HSL color Cylindrical-coordinate representation of color #03301C: hue angle of 153.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 #03301C is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB34828-
CMYK0.9400.420.81
HSL153.33º88.24%10%-
HSV(B)153.33º93.75%18.82%-
XYZ1.32.221.46-
YUV32.26125.59107.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.80%
GREEN value IS 48 (19.14% from 255) = 60.76%
BLUE value IS 28 (11.33% from 255) = 35.44%
R=3.80%
G=60.76%
B=35.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal348280.9400.420.81153.3388.2410
Hex3301C5E02A519958a
Octal3603413605212123113012
Binary11110000111001011110010101010100011001100110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03301C;
 }
 .AnyTagClassName
 {
   color: #03301C;
 }
</style>
background-color css

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

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

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

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

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

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