#033A2B

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

Shades of Dark Green #033A2B

Tints of Dark Green #033A2B

Color information

#033A2B (or 0x033A2B) is unknown color: approx Dark Green. HEX triplet: 03, 3A and 2B. RGB value is (3,58,43). Sum of RGB (Red+Green+Blue) = 3+58+43=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 58 (23.05% from 255 or 55.77% from 104); Blue value is 43 (17.19% from 255 or 41.35% from 104); Max value from RGB is 58 - color contains mainly: green. Hex color #033A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A2B is #FCC5D4. Grayscale: #272727. Windows color (decimal): -16565717 or 2832899. OLE color: 2832899.

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

Color convert

RGB35843-
CMYK0.9500.260.77
HSL163.64º90.16%11.96%-
HSV(B)163.64º94.83%22.75%-
XYZ1.993.222.8-
YUV39.84129.78101.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 58 (23.05% from 255) = 55.77%
BLUE value IS 43 (17.19% from 255) = 41.35%
R=2.88%
G=55.77%
B=41.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal358430.9500.260.77163.6490.1611.96
Hex33A2B5F01A4Da45ac
Octal3725313703211524413214
Binary11111010101011101111101101010011011010010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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