#2D836D

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

Shades of Genoa #2D836D

Tints of Genoa #2D836D

Color information

#2D836D (or 0x2D836D) is unknown color: approx Genoa. HEX triplet: 2D, 83 and 6D. RGB value is (45,131,109). Sum of RGB (Red+Green+Blue) = 45+131+109=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #2D836D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D836D is #D27C92. Grayscale: #666666. Windows color (decimal): -13794451 or 7177005. OLE color: 7177005.

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

Color convert

RGB45131109-
CMYK0.6600.170.49
HSL164.65º48.86%34.51%-
HSV(B)164.65º65.65%51.37%-
XYZ11.9617.8917.29-
YUV102.78131.5186.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.79%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=15.79%
G=45.96%
B=38.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal451311090.6600.170.49164.6548.8634.51
Hex2D836D4201131a53123
Octal55203155102021612456143
Binary101101100000111101101100001001000111000110100101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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