#2D7D64

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

Shades of Genoa #2D7D64

Tints of Genoa #2D7D64

Color information

#2D7D64 (or 0x2D7D64) is unknown color: approx Genoa. HEX triplet: 2D, 7D and 64. RGB value is (45,125,100). Sum of RGB (Red+Green+Blue) = 45+125+100=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 125 - color contains mainly: green. Hex color #2D7D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7D64 is #D2829B. Grayscale: #626262. Windows color (decimal): -13795996 or 6585645. OLE color: 6585645.

HSL color Cylindrical-coordinate representation of color #2D7D64: hue angle of 161.25º 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 #2D7D64 is Cyan = 0.64, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.

Color convert

RGB45125100-
CMYK0.6400.20.51
HSL161.25º47.06%33.33%-
HSV(B)161.25º64%49.02%-
XYZ10.7216.1514.61-
YUV98.2312990.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.67%
GREEN value IS 125 (49.22% from 255) = 46.30%
BLUE value IS 100 (39.45% from 255) = 37.04%
R=16.67%
G=46.30%
B=37.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal451251000.6400.20.51161.2547.0633.33
Hex2D7D644001433a12f21
Octal55175144100024632415741
Binary10110111111011100100100000001010011001110100001101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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