#2B6D65

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

Shades of Genoa #2B6D65

Tints of Genoa #2B6D65

Color information

#2B6D65 (or 0x2B6D65) is unknown color: approx Genoa. HEX triplet: 2B, 6D and 65. RGB value is (43,109,101). Sum of RGB (Red+Green+Blue) = 43+109+101=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 109 - color contains mainly: green. Hex color #2B6D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6D65 is #D4929A. Grayscale: #585858. Windows color (decimal): -13931163 or 6647083. OLE color: 6647083.

HSL color Cylindrical-coordinate representation of color #2B6D65: hue angle of 172.73º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6D65 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB43109101-
CMYK0.6100.070.57
HSL172.73º43.42%29.8%-
HSV(B)172.73º60.55%42.75%-
XYZ8.8112.3914.24-
YUV88.35135.1395.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.00%
GREEN value IS 109 (42.97% from 255) = 43.08%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=17.00%
G=43.08%
B=39.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal431091010.6100.070.57172.7343.4229.8
Hex2B6D653D0739ad2b1e
Octal531551457507712555336
Binary1010111101101110010111110101111110011010110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,109,101); }

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

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

 a { background-color: rgb(43,109,101); }

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

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

 span { border-color: rgb(43,109,101); }

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