#2B8571

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

Shades of Genoa #2B8571

Tints of Genoa #2B8571

Color information

#2B8571 (or 0x2B8571) is unknown color: approx Genoa. HEX triplet: 2B, 85 and 71. RGB value is (43,133,113). Sum of RGB (Red+Green+Blue) = 43+133+113=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8571 is #D47A8E. Grayscale: #676767. Windows color (decimal): -13925007 or 7439659. OLE color: 7439659.

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

Color convert

RGB43133113-
CMYK0.6800.150.48
HSL166.67º51.14%34.51%-
HSV(B)166.67º67.67%52.16%-
XYZ12.3618.4818.54-
YUV103.81133.1884.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.88%
GREEN value IS 133 (52.34% from 255) = 46.02%
BLUE value IS 113 (44.53% from 255) = 39.10%
R=14.88%
G=46.02%
B=39.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal431331130.6800.150.48166.6751.1434.51
Hex2B8571440F30a73323
Octal53205161104017602476343
Binary10101110000101111000110001000111111000010100111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,133,113); }

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

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

 a { background-color: rgb(43,133,113); }

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

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

 span { border-color: rgb(43,133,113); }

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