#033315

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

Shades of Dark Green #033315

Tints of Dark Green #033315

Color information

#033315 (or 0x033315) is unknown color: approx Dark Green. HEX triplet: 03, 33 and 15. RGB value is (3,51,21). Sum of RGB (Red+Green+Blue) = 3+51+21=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 51 (20.31% from 255 or 68% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 51 - color contains mainly: green. Hex color #033315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033315 is #FCCCEA. Grayscale: #212121. Windows color (decimal): -16567531 or 1389315. OLE color: 1389315.

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

Color convert

RGB35121-
CMYK0.9400.590.8
HSL142.5º88.89%10.59%-
HSV(B)142.5º94.12%20%-
XYZ1.362.441.11-
YUV33.23121.1106.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4%
GREEN value IS 51 (20.31% from 255) = 68%
BLUE value IS 21 (8.59% from 255) = 28%
R=4%
G=68%
B=28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal351210.9400.590.8142.588.8910.59
Hex333155E03B508e59b
Octal3632513607312021613113
Binary11110011101011011110011101110100001000111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033315; }

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

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

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

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

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

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

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

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