#2D856C

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

Shades of Genoa #2D856C

Tints of Genoa #2D856C

Color information

#2D856C (or 0x2D856C) is unknown color: approx Genoa. HEX triplet: 2D, 85 and 6C. RGB value is (45,133,108). Sum of RGB (Red+Green+Blue) = 45+133+108=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #2D856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D856C is #D27A93. Grayscale: #676767. Windows color (decimal): -13793940 or 7111981. OLE color: 7111981.

HSL color Cylindrical-coordinate representation of color #2D856C: hue angle of 162.95º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D856C is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB45133108-
CMYK0.6600.190.48
HSL162.95º49.44%34.9%-
HSV(B)162.95º66.17%52.16%-
XYZ12.1818.4217.1-
YUV103.84130.3586.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.73%
GREEN value IS 133 (52.34% from 255) = 46.50%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=15.73%
G=46.50%
B=37.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal451331080.6600.190.48162.9549.4434.9
Hex2D856C4201330a33123
Octal55205154102023602436143
Binary101101100001011101100100001001001111000010100011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,133,108); }

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

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

 a { background-color: rgb(45,133,108); }

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

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

 span { border-color: rgb(45,133,108); }

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