#2D554B

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

Shades of Evening Sea #2D554B

Tints of Evening Sea #2D554B

Color information

#2D554B (or 0x2D554B) is unknown color: approx Evening Sea. HEX triplet: 2D, 55 and 4B. RGB value is (45,85,75). Sum of RGB (Red+Green+Blue) = 45+85+75=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #2D554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D554B is #D2AAB4. Grayscale: #474747. Windows color (decimal): -13806261 or 4937005. OLE color: 4937005.

HSL color Cylindrical-coordinate representation of color #2D554B: hue angle of 165º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D554B is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB458575-
CMYK0.4700.120.67
HSL165º30.77%25.49%-
HSV(B)165º47.06%33.33%-
XYZ5.67.567.82-
YUV71.9129.75108.81-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.95%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=21.95%
G=41.46%
B=36.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4585750.4700.120.6716530.7725.49
Hex2D554B2F0C43a51f19
Octal55125113570141032453731
Binary10110110101011001011101111011001000011101001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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