#2B785D

Color #2B785D Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #2B785D

Tints of Genoa #2B785D

Color information

#2B785D (or 0x2B785D) is unknown color: approx Genoa. HEX triplet: 2B, 78 and 5D. RGB value is (43,120,93). Sum of RGB (Red+Green+Blue) = 43+120+93=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #2B785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B785D is #D487A2. Grayscale: #5D5D5D. Windows color (decimal): -13928355 or 6125611. OLE color: 6125611.

HSL color Cylindrical-coordinate representation of color #2B785D: hue angle of 158.96º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B785D is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB4312093-
CMYK0.6400.220.53
HSL158.96º47.24%31.96%-
HSV(B)158.96º64.17%47.06%-
XYZ9.6914.7412.69-
YUV93.9127.4991.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.80%
GREEN value IS 120 (47.27% from 255) = 46.88%
BLUE value IS 93 (36.72% from 255) = 36.33%
R=16.80%
G=46.88%
B=36.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43120930.6400.220.53158.9647.2431.96
Hex2B785D40016359f2f20
Octal53170135100026652375740
Binary10101111110001011101100000001011011010110011111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B785D; }

 p { color: rgb(43,120,93); }

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

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

 a { background-color: rgb(43,120,93); }

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

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

 span { border-color: rgb(43,120,93); }

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