#2B7268

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

Shades of Genoa #2B7268

Tints of Genoa #2B7268

Color information

#2B7268 (or 0x2B7268) is unknown color: approx Genoa. HEX triplet: 2B, 72 and 68. RGB value is (43,114,104). Sum of RGB (Red+Green+Blue) = 43+114+104=261 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.48% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #2B7268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7268 is #D48D97. Grayscale: #5B5B5B. Windows color (decimal): -13929880 or 6844971. OLE color: 6844971.

HSL color Cylindrical-coordinate representation of color #2B7268: hue angle of 171.55º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B7268 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB43114104-
CMYK0.6200.090.55
HSL171.55º45.22%30.78%-
HSV(B)171.55º62.28%44.71%-
XYZ9.5113.5515.21-
YUV91.63134.9893.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.48%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=16.48%
G=43.68%
B=39.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal431141040.6200.090.55171.5545.2230.78
Hex2B72683E0937ac2d1f
Octal5316215076011672545537
Binary10101111100101101000111110010011101111010110010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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