#033430

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

Shades of Dark Green #033430

Tints of Dark Green #033430

Color information

#033430 (or 0x033430) is unknown color: approx Dark Green. HEX triplet: 03, 34 and 30. RGB value is (3,52,48). Sum of RGB (Red+Green+Blue) = 3+52+48=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #033430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033430 is #FCCBCF. Grayscale: #242424. Windows color (decimal): -16567248 or 3159043. OLE color: 3159043.

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

Color convert

RGB35248-
CMYK0.9400.080.80
HSL175.1º89.09%10.78%-
HSV(B)175.1º94.23%20.39%-
XYZ1.82.693.22-
YUV36.89134.27103.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 52 (20.70% from 255) = 50.49%
BLUE value IS 48 (19.14% from 255) = 46.60%
R=2.91%
G=50.49%
B=46.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal352480.9400.080.80175.189.0910.78
Hex334305E0850af59b
Octal3646013601012025713113
Binary1111010011000010111100100010100001010111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033430; }

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

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

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

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

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

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

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

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