#033019

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

Shades of Dark Green #033019

Tints of Dark Green #033019

Color information

#033019 (or 0x033019) is unknown color: approx Dark Green. HEX triplet: 03, 30 and 19. RGB value is (3,48,25). Sum of RGB (Red+Green+Blue) = 3+48+25=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 48 (19.14% from 255 or 63.16% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 48 - color contains mainly: green. Hex color #033019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033019 is #FCCFE6. Grayscale: #1F1F1F. Windows color (decimal): -16568295 or 1650691. OLE color: 1650691.

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

Color convert

RGB34825-
CMYK0.9400.480.81
HSL149.33º88.24%10%-
HSV(B)149.33º93.75%18.82%-
XYZ1.272.21.28-
YUV31.92124.09107.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.95%
GREEN value IS 48 (19.14% from 255) = 63.16%
BLUE value IS 25 (10.16% from 255) = 32.89%
R=3.95%
G=63.16%
B=32.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal348250.9400.480.81149.3388.2410
Hex330195E030519558a
Octal3603113606012122513012
Binary11110000110011011110011000010100011001010110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033019; }

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

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

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

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

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

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

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

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