#033A31

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

Shades of Dark Green #033A31

Tints of Dark Green #033A31

Color information

#033A31 (or 0x033A31) is unknown color: approx Dark Green. HEX triplet: 03, 3A and 31. RGB value is (3,58,49). Sum of RGB (Red+Green+Blue) = 3+58+49=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 58 (23.05% from 255 or 52.73% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 58 - color contains mainly: green. Hex color #033A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A31 is #FCC5CE. Grayscale: #282828. Windows color (decimal): -16565711 or 3226115. OLE color: 3226115.

HSL color Cylindrical-coordinate representation of color #033A31: hue angle of 170.18º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033A31 is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.77.

Color convert

RGB35849-
CMYK0.9500.160.77
HSL170.18º90.16%11.96%-
HSV(B)170.18º94.83%22.75%-
XYZ2.13.273.43-
YUV40.53132.78101.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 58 (23.05% from 255) = 52.73%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=2.73%
G=52.73%
B=44.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal358490.9500.160.77170.1890.1611.96
Hex33A315F0104Daa5ac
Octal3726113702011525213214
Binary11111010110001101111101000010011011010101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033A31; }

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

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

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

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

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

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

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

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