#033029

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

Shades of Dark Green #033029

Tints of Dark Green #033029

Color information

#033029 (or 0x033029) is unknown color: approx Dark Green. HEX triplet: 03, 30 and 29. RGB value is (3,48,41). Sum of RGB (Red+Green+Blue) = 3+48+41=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #033029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033029 is #FCCFD6. Grayscale: #212121. Windows color (decimal): -16568279 or 2699267. OLE color: 2699267.

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

Color convert

RGB34841-
CMYK0.9400.150.81
HSL170.67º88.24%10%-
HSV(B)170.67º93.75%18.82%-
XYZ1.492.292.46-
YUV33.75132.09106.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.26%
GREEN value IS 48 (19.14% from 255) = 52.17%
BLUE value IS 41 (16.41% from 255) = 44.57%
R=3.26%
G=52.17%
B=44.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal348410.9400.150.81170.6788.2410
Hex330295E0F51ab58a
Octal3605113601712125313012
Binary1111000010100110111100111110100011010101110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033029; }

 p { color: rgb(3,48,41); }

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

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

 a { background-color: rgb(3,48,41); }

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

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

 span { border-color: rgb(3,48,41); }

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