#033028

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

Shades of Dark Green #033028

Tints of Dark Green #033028

Color information

#033028 (or 0x033028) is unknown color: approx Dark Green. HEX triplet: 03, 30 and 28. RGB value is (3,48,40). Sum of RGB (Red+Green+Blue) = 3+48+40=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #033028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033028 is #FCCFD7. Grayscale: #212121. Windows color (decimal): -16568280 or 2633731. OLE color: 2633731.

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

Color convert

RGB34840-
CMYK0.9400.170.81
HSL169.33º88.24%10%-
HSV(B)169.33º93.75%18.82%-
XYZ1.482.292.37-
YUV33.63131.59106.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.30%
GREEN value IS 48 (19.14% from 255) = 52.75%
BLUE value IS 40 (16.02% from 255) = 43.96%
R=3.30%
G=52.75%
B=43.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal348400.9400.170.81169.3388.2410
Hex330285E01151a958a
Octal3605013602112125113012
Binary11110000101000101111001000110100011010100110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033028; }

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

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

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

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

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

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

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

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