#2B816F

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

Shades of Genoa #2B816F

Tints of Genoa #2B816F

Color information

#2B816F (or 0x2B816F) is unknown color: approx Genoa. HEX triplet: 2B, 81 and 6F. RGB value is (43,129,111). Sum of RGB (Red+Green+Blue) = 43+129+111=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #2B816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B816F is #D47E90. Grayscale: #656565. Windows color (decimal): -13926033 or 7307563. OLE color: 7307563.

HSL color Cylindrical-coordinate representation of color #2B816F: hue angle of 167.44º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B816F is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB43129111-
CMYK0.6700.140.49
HSL167.44º50%33.73%-
HSV(B)167.44º66.67%50.59%-
XYZ11.7217.3617.77-
YUV101.23133.5186.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.19%
GREEN value IS 129 (50.78% from 255) = 45.58%
BLUE value IS 111 (43.75% from 255) = 39.22%
R=15.19%
G=45.58%
B=39.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal431291110.6700.140.49167.445033.73
Hex2B816F430E31a73222
Octal53201157103016612476242
Binary10101110000001110111110000110111011000110100111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,129,111); }

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

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

 a { background-color: rgb(43,129,111); }

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

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

 span { border-color: rgb(43,129,111); }

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