#033113

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

Shades of Dark Green #033113

Tints of Dark Green #033113

Color information

#033113 (or 0x033113) is unknown color: approx Dark Green. HEX triplet: 03, 31 and 13. RGB value is (3,49,19). Sum of RGB (Red+Green+Blue) = 3+49+19=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 49 (19.53% from 255 or 69.01% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 49 - color contains mainly: green. Hex color #033113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033113 is #FCCEEC. Grayscale: #1F1F1F. Windows color (decimal): -16568045 or 1257731. OLE color: 1257731.

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

Color convert

RGB34919-
CMYK0.9400.610.81
HSL140.87º88.46%10.2%-
HSV(B)140.87º93.88%19.22%-
XYZ1.252.260.99-
YUV31.83120.76107.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.23%
GREEN value IS 49 (19.53% from 255) = 69.01%
BLUE value IS 19 (7.81% from 255) = 26.76%
R=4.23%
G=69.01%
B=26.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal349190.9400.610.81140.8788.4610.2
Hex331135E03D518d58a
Octal3612313607512121513012
Binary11110001100111011110011110110100011000110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033113; }

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

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

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

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

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

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

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

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