#033128

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

Shades of Dark Green #033128

Tints of Dark Green #033128

Color information

#033128 (or 0x033128) is unknown color: approx Dark Green. HEX triplet: 03, 31 and 28. RGB value is (3,49,40). Sum of RGB (Red+Green+Blue) = 3+49+40=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #033128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033128 is #FCCED7. Grayscale: #222222. Windows color (decimal): -16568024 or 2633987. OLE color: 2633987.

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

Color convert

RGB34940-
CMYK0.9400.180.81
HSL168.26º88.46%10.2%-
HSV(B)168.26º93.88%19.22%-
XYZ1.522.372.38-
YUV34.22131.26105.73-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.26%
GREEN value IS 49 (19.53% from 255) = 53.26%
BLUE value IS 40 (16.02% from 255) = 43.48%
R=3.26%
G=53.26%
B=43.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal349400.9400.180.81168.2688.4610.2
Hex331285E01251a858a
Octal3615013602212125013012
Binary11110001101000101111001001010100011010100010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033128; }

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

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

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

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

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

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

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

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