#2d8875

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

Shades of Genoa #2D8875

Tints of Genoa #2D8875

Color information

#2D8875 (or 0x2D8875) is unknown color: approx Genoa. HEX triplet: 2D, 88 and 75. RGB value is (45,136,117). Sum of RGB (Red+Green+Blue) = 45+136+117=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #2D8875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8875 is #D2778A. Grayscale: #6A6A6A. Windows color (decimal): -13793163 or 7702573. OLE color: 7702573.

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

Color convert

RGB45136117-
CMYK0.6700.140.47
HSL167.47º50.28%35.49%-
HSV(B)167.47º66.91%53.33%-
XYZ13.119.4519.89-
YUV106.62133.8584.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.10%
GREEN value IS 136 (53.52% from 255) = 45.64%
BLUE value IS 117 (46.09% from 255) = 39.26%
R=15.10%
G=45.64%
B=39.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal451361170.6700.140.47167.4750.2835.49
Hex2D8875430E2Fa73223
Octal55210165103016572476243
Binary10110110001000111010110000110111010111110100111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d8875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,136,117); }

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

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

 a { background-color: rgb(45,136,117); }

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

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

 span { border-color: rgb(45,136,117); }

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