#033330

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

Shades of Dark Green #033330

Tints of Dark Green #033330

Color information

#033330 (or 0x033330) is unknown color: approx Dark Green. HEX triplet: 03, 33 and 30. RGB value is (3,51,48). Sum of RGB (Red+Green+Blue) = 3+51+48=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #033330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033330 is #FCCCCF. Grayscale: #242424. Windows color (decimal): -16567504 or 3158787. OLE color: 3158787.

HSL color Cylindrical-coordinate representation of color #033330: hue angle of 176.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033330 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB35148-
CMYK0.9400.060.8
HSL176.25º88.89%10.59%-
HSV(B)176.25º94.12%20%-
XYZ1.752.63.21-
YUV36.31134.6104.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 51 (20.31% from 255) = 50%
BLUE value IS 48 (19.14% from 255) = 47.06%
R=2.94%
G=50%
B=47.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal351480.9400.060.8176.2588.8910.59
Hex333305E0650b059b
Octal363601360612026013113
Binary111100111100001011110011010100001011000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033330; }

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

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

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

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

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

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

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

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