#033218

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

Shades of Dark Green #033218

Tints of Dark Green #033218

Color information

#033218 (or 0x033218) is unknown color: approx Dark Green. HEX triplet: 03, 32 and 18. RGB value is (3,50,24). Sum of RGB (Red+Green+Blue) = 3+50+24=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 50 (19.92% from 255 or 64.94% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 50 - color contains mainly: green. Hex color #033218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033218 is #FCCDE7. Grayscale: #212121. Windows color (decimal): -16567784 or 1585667. OLE color: 1585667.

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

Color convert

RGB35024-
CMYK0.9400.520.80
HSL146.81º88.68%10.39%-
HSV(B)146.81º94%19.61%-
XYZ1.342.371.25-
YUV32.98122.93106.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.90%
GREEN value IS 50 (19.92% from 255) = 64.94%
BLUE value IS 24 (9.77% from 255) = 31.17%
R=3.90%
G=64.94%
B=31.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal350240.9400.520.80146.8188.6810.39
Hex332185E034509359a
Octal3623013606412022313112
Binary11110010110001011110011010010100001001001110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033218; }

 p { color: rgb(3,50,24); }

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

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

 a { background-color: rgb(3,50,24); }

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

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

 span { border-color: rgb(3,50,24); }

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