#033A2E

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

Shades of Dark Green #033A2E

Tints of Dark Green #033A2E

Color information

#033A2E (or 0x033A2E) is unknown color: approx Dark Green. HEX triplet: 03, 3A and 2E. RGB value is (3,58,46). Sum of RGB (Red+Green+Blue) = 3+58+46=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 58 (23.05% from 255 or 54.21% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 58 - color contains mainly: green. Hex color #033A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A2E is #FCC5D1. Grayscale: #282828. Windows color (decimal): -16565714 or 3029507. OLE color: 3029507.

HSL color Cylindrical-coordinate representation of color #033A2E: hue angle of 166.91º 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 #033A2E is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.77.

Color convert

RGB35846-
CMYK0.9500.210.77
HSL166.91º90.16%11.96%-
HSV(B)166.91º94.83%22.75%-
XYZ2.043.243.1-
YUV40.19131.28101.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 58 (23.05% from 255) = 54.21%
BLUE value IS 46 (18.36% from 255) = 42.99%
R=2.80%
G=54.21%
B=42.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal358460.9500.210.77166.9190.1611.96
Hex33A2E5F0154Da75ac
Octal3725613702511524713214
Binary11111010101110101111101010110011011010011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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