#033016

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

Shades of Dark Green #033016

Tints of Dark Green #033016

Color information

#033016 (or 0x033016) is unknown color: approx Dark Green. HEX triplet: 03, 30 and 16. RGB value is (3,48,22). Sum of RGB (Red+Green+Blue) = 3+48+22=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 48 (19.14% from 255 or 65.75% from 73); Blue value is 22 (8.98% from 255 or 30.14% from 73); Max value from RGB is 48 - color contains mainly: green. Hex color #033016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033016 is #FCCFE9. Grayscale: #1F1F1F. Windows color (decimal): -16568298 or 1454083. OLE color: 1454083.

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

Color convert

RGB34822-
CMYK0.9400.540.81
HSL145.33º88.24%10%-
HSV(B)145.33º93.75%18.82%-
XYZ1.242.191.12-
YUV31.58122.59107.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.11%
GREEN value IS 48 (19.14% from 255) = 65.75%
BLUE value IS 22 (8.98% from 255) = 30.14%
R=4.11%
G=65.75%
B=30.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal348220.9400.540.81145.3388.2410
Hex330165E036519158a
Octal3602613606612122113012
Binary11110000101101011110011011010100011001000110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033016; }

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

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

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

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

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

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

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

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