Html Css Color HEX #2D604E Evening Sea

📋 copy color: '#2D604E'

red 45 ◦ green 96 ◦ blue 78

#2D604E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Evening Sea #2D604E

Tints of Evening Sea #2D604E

RGB

 RED value IS 45 (17.97% from 255) = 20.55%

 GREEN value IS 96 (37.89% from 255) = 43.84%

 BLUE value IS 78 (30.86% from 255) = 35.62%

R = 20.55%
G = 43.84%
B = 35.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#2D604E (or 0x2D604E) is known color: Evening Sea. HEX triplet: 2D, 60 and 4E. RGB value is (45,96,78). Sum of RGB (Red+Green+Blue) = 45+96+78=219 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.55% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #2D604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D604E is #D29FB1. Grayscale: #4E4E4E. Windows color (decimal): -13803442 or 5136429. OLE color: 5136429.

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

Color convert

RGB 45 96 78 -
CMYK 0.53 0 0.19 0.62
HSL 158.82º 0.36% 0.28% -
HSV(B) 158.82º 0.53% 0.38% -
XYZ 6.64 9.47 8.69 -
YUV 78.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 45 96 78 0.53 0 0.19 0.62 158.82 0.36 0.28
Hex 2D 60 4E 35 0 13 3E 9F 24 1C
Octal 55 140 116 65 0 23 76 237 44 34
Binary 101101 1100000 1001110 110101 0 10011 111110 10011111 100100 11100

Color Harmonies of #2D604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D604E

Black with #2D604E

Text Example


Text Example

White with #2D604E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,96,78); }

 H1.HeaderClassName
 {
   color: #2D604E;
 }
 .AnyTagClassName
 {
   color: #2D604E;
 }
</style>

background-color css

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

 a { background-color: rgb(45,96,78); }

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

border-color css

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

 span { border-color: rgb(45,96,78); }

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