#2D8274

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

Shades of Genoa #2D8274

Tints of Genoa #2D8274

Color information

#2D8274 (or 0x2D8274) is unknown color: approx Genoa. HEX triplet: 2D, 82 and 74. RGB value is (45,130,116). Sum of RGB (Red+Green+Blue) = 45+130+116=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #2D8274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8274 is #D27D8B. Grayscale: #666666. Windows color (decimal): -13794700 or 7635501. OLE color: 7635501.

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

Color convert

RGB45130116-
CMYK0.6500.110.49
HSL170.12º48.57%34.31%-
HSV(B)170.12º65.38%50.98%-
XYZ12.2217.7819.31-
YUV102.99135.3486.64-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.46%
GREEN value IS 130 (51.17% from 255) = 44.67%
BLUE value IS 116 (45.70% from 255) = 39.86%
R=15.46%
G=44.67%
B=39.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal451301160.6500.110.49170.1248.5734.31
Hex2D8274410B31aa3122
Octal55202164101013612526142
Binary10110110000010111010010000010101111000110101010110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,130,116); }

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

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

 a { background-color: rgb(45,130,116); }

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

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

 span { border-color: rgb(45,130,116); }

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