#033B2B

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

Shades of Dark Green #033B2B

Tints of Dark Green #033B2B

Color information

#033B2B (or 0x033B2B) is unknown color: approx Dark Green. HEX triplet: 03, 3B and 2B. RGB value is (3,59,43). Sum of RGB (Red+Green+Blue) = 3+59+43=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 59 (23.44% from 255 or 56.19% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 59 - color contains mainly: green. Hex color #033B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033B2B is #FCC4D4. Grayscale: #282828. Windows color (decimal): -16565461 or 2833155. OLE color: 2833155.

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

Color convert

RGB35943-
CMYK0.9500.270.77
HSL162.86º90.32%12.16%-
HSV(B)162.86º94.92%23.14%-
XYZ2.043.322.82-
YUV40.43129.45101.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 59 (23.44% from 255) = 56.19%
BLUE value IS 43 (17.19% from 255) = 40.95%
R=2.86%
G=56.19%
B=40.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal359430.9500.270.77162.8690.3212.16
Hex33B2B5F01B4Da35ac
Octal3735313703311524313214
Binary11111011101011101111101101110011011010001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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