#2D856B

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

Shades of Genoa #2D856B

Tints of Genoa #2D856B

Color information

#2D856B (or 0x2D856B) is unknown color: approx Genoa. HEX triplet: 2D, 85 and 6B. RGB value is (45,133,107). Sum of RGB (Red+Green+Blue) = 45+133+107=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #2D856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D856B is #D27A94. Grayscale: #676767. Windows color (decimal): -13793941 or 7046445. OLE color: 7046445.

HSL color Cylindrical-coordinate representation of color #2D856B: hue angle of 162.27º 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 #2D856B is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB45133107-
CMYK0.6600.200.48
HSL162.27º49.44%34.9%-
HSV(B)162.27º66.17%52.16%-
XYZ12.1218.3916.82-
YUV103.72129.8586.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.79%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 107 (42.19% from 255) = 37.54%
R=15.79%
G=46.67%
B=37.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal451331070.6600.200.48162.2749.4434.9
Hex2D856B4201430a23123
Octal55205153102024602426143
Binary101101100001011101011100001001010011000010100010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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