#2D6A55

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

Shades of Evening Sea #2D6A55

Tints of Evening Sea #2D6A55

Color information

#2D6A55 (or 0x2D6A55) is unknown color: approx Evening Sea. HEX triplet: 2D, 6A and 55. RGB value is (45,106,85). Sum of RGB (Red+Green+Blue) = 45+106+85=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 106 - color contains mainly: green. Hex color #2D6A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6A55 is #D295AA. Grayscale: #555555. Windows color (decimal): -13800875 or 5597741. OLE color: 5597741.

HSL color Cylindrical-coordinate representation of color #2D6A55: hue angle of 159.34º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D6A55 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB4510685-
CMYK0.5800.200.58
HSL159.34º40.4%29.61%-
HSV(B)159.34º57.55%41.57%-
XYZ7.8811.5210.4-
YUV85.37127.7999.21-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.07%
GREEN value IS 106 (41.80% from 255) = 44.92%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=19.07%
G=44.92%
B=36.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45106850.5800.200.58159.3440.429.61
Hex2D6A553A0143A9f281e
Octal5515212572024722375036
Binary101101110101010101011110100101001110101001111110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,106,85); }

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

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

 a { background-color: rgb(45,106,85); }

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

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

 span { border-color: rgb(45,106,85); }

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