#2D7D6E

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

Shades of Genoa #2D7D6E

Tints of Genoa #2D7D6E

Color information

#2D7D6E (or 0x2D7D6E) is unknown color: approx Genoa. HEX triplet: 2D, 7D and 6E. RGB value is (45,125,110). Sum of RGB (Red+Green+Blue) = 45+125+110=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 125 - color contains mainly: green. Hex color #2D7D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7D6E is #D28291. Grayscale: #636363. Windows color (decimal): -13795986 or 7241005. OLE color: 7241005.

HSL color Cylindrical-coordinate representation of color #2D7D6E: hue angle of 168.75º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D7D6E is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB45125110-
CMYK0.6400.120.51
HSL168.75º47.06%33.33%-
HSV(B)168.75º64%49.02%-
XYZ11.2316.3517.32-
YUV99.3713489.22-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.07%
GREEN value IS 125 (49.22% from 255) = 44.64%
BLUE value IS 110 (43.36% from 255) = 39.29%
R=16.07%
G=44.64%
B=39.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal451251100.6400.120.51168.7547.0633.33
Hex2D7D6E400C33a92f21
Octal55175156100014632515741
Binary1011011111101110111010000000110011001110101001101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,125,110); }

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

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

 a { background-color: rgb(45,125,110); }

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

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

 span { border-color: rgb(45,125,110); }

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