#2D614F

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

Shades of Evening Sea #2D614F

Tints of Evening Sea #2D614F

Color information

#2D614F (or 0x2D614F) is unknown color: approx Evening Sea. HEX triplet: 2D, 61 and 4F. RGB value is (45,97,79). Sum of RGB (Red+Green+Blue) = 45+97+79=221 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.36% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #2D614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D614F is #D29EB0. Grayscale: #4F4F4F. Windows color (decimal): -13803185 or 5202221. OLE color: 5202221.

HSL color Cylindrical-coordinate representation of color #2D614F: hue angle of 159.23º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D614F is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB459779-
CMYK0.5400.190.62
HSL159.23º36.62%27.84%-
HSV(B)159.23º53.61%38.04%-
XYZ6.779.678.91-
YUV79.4127.77103.46-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.36%
GREEN value IS 97 (38.28% from 255) = 43.89%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=20.36%
G=43.89%
B=35.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4597790.5400.190.62159.2336.6227.84
Hex2D614F360133E9f251c
Octal5514111766023762374534
Binary101101110000110011111101100100111111101001111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,97,79); }

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

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

 a { background-color: rgb(45,97,79); }

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

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

 span { border-color: rgb(45,97,79); }

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