#2D856D

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

Shades of Genoa #2D856D

Tints of Genoa #2D856D

Color information

#2D856D (or 0x2D856D) is unknown color: approx Genoa. HEX triplet: 2D, 85 and 6D. RGB value is (45,133,109). Sum of RGB (Red+Green+Blue) = 45+133+109=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #2D856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D856D is #D27A92. Grayscale: #676767. Windows color (decimal): -13793939 or 7177517. OLE color: 7177517.

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

Color convert

RGB45133109-
CMYK0.6600.180.48
HSL163.64º49.44%34.9%-
HSV(B)163.64º66.17%52.16%-
XYZ12.2318.4417.38-
YUV103.95130.8585.95-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.68%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 109 (42.97% from 255) = 37.98%
R=15.68%
G=46.34%
B=37.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal451331090.6600.180.48163.6449.4434.9
Hex2D856D4201230a43123
Octal55205155102022602446143
Binary101101100001011101101100001001001011000010100100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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