Html Css Color HEX #2D6350 Evening Sea

📋 copy color: '#2D6350'

red 45 ◦ green 99 ◦ blue 80

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

Shades of Evening Sea #2D6350

Tints of Evening Sea #2D6350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.2%

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 20.09%
G = 44.2%
B = 35.71%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#2D6350 (or 0x2D6350) is known color: Evening Sea. HEX triplet: 2D, 63 and 50. RGB value is (45,99,80). Sum of RGB (Red+Green+Blue) = 45+99+80=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #2D6350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6350 is #D29CAF. Grayscale: #505050. Windows color (decimal): -13802672 or 5268269. OLE color: 5268269.

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

Color convert

RGB 45 99 80 -
CMYK 0.55 0 0.19 0.61
HSL 158.89º 0.38% 0.28% -
HSV(B) 158.89º 0.55% 0.39% -
XYZ 6.99 10.06 9.16 -
YUV 80.69 127.61 102.54 -
System Red Green Blue C M Y K H S L
Decimal 45 99 80 0.55 0 0.19 0.61 158.89 0.38 0.28
Hex 2D 63 50 37 0 13 3D 9F 26 1C
Octal 55 143 120 67 0 23 75 237 46 34
Binary 101101 1100011 1010000 110111 0 10011 111101 10011111 100110 11100

Color Harmonies of #2D6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6350

Black with #2D6350

Text Example


Text Example

White with #2D6350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,99,80); }

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

background-color css

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

 a { background-color: rgb(45,99,80); }

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

border-color css

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

 span { border-color: rgb(45,99,80); }

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