#2B8872

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

Shades of Genoa #2B8872

Tints of Genoa #2B8872

Color information

#2B8872 (or 0x2B8872) is unknown color: approx Genoa. HEX triplet: 2B, 88 and 72. RGB value is (43,136,114). Sum of RGB (Red+Green+Blue) = 43+136+114=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #2B8872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8872 is #D4778D. Grayscale: #696969. Windows color (decimal): -13924238 or 7505963. OLE color: 7505963.

HSL color Cylindrical-coordinate representation of color #2B8872: hue angle of 165.81º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B8872 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB43136114-
CMYK0.6800.160.47
HSL165.81º51.96%35.1%-
HSV(B)165.81º68.38%53.33%-
XYZ12.8419.3418.98-
YUV105.68132.6983.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.68%
GREEN value IS 136 (53.52% from 255) = 46.42%
BLUE value IS 114 (44.92% from 255) = 38.91%
R=14.68%
G=46.42%
B=38.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal431361140.6800.160.47165.8151.9635.1
Hex2B8872440102Fa63423
Octal53210162104020572466443
Binary101011100010001110010100010001000010111110100110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,136,114); }

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

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

 a { background-color: rgb(43,136,114); }

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

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

 span { border-color: rgb(43,136,114); }

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