Html Css Color HEX #2D6A50 Evening Sea

📋 copy color: '#2D6A50'

red 45 ◦ green 106 ◦ blue 80

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

Shades of Evening Sea #2D6A50

Tints of Evening Sea #2D6A50

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.89%

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

R = 19.48%
G = 45.89%
B = 34.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#2D6A50 (or 0x2D6A50) is known color: Evening Sea. HEX triplet: 2D, 6A and 50. RGB value is (45,106,80). Sum of RGB (Red+Green+Blue) = 45+106+80=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 106 (41.80% from 255 or 45.89% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 106 - color contains mainly: green. Hex color #2D6A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6A50 is #D295AF. Grayscale: #545454. Windows color (decimal): -13800880 or 5270061. OLE color: 5270061.

HSL color Cylindrical-coordinate representation of color #2D6A50: hue angle of 154.43º 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 #2D6A50 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 45 106 80 -
CMYK 0.58 0 0.25 0.58
HSL 154.43º 0.4% 0.3% -
HSV(B) 154.43º 0.58% 0.42% -
XYZ 7.68 11.45 9.39 -
YUV 84.8 125.29 99.61 -
System Red Green Blue C M Y K H S L
Decimal 45 106 80 0.58 0 0.25 0.58 154.43 0.4 0.3
Hex 2D 6A 50 3A 0 19 3A 9A 28 1E
Octal 55 152 120 72 0 31 72 232 50 36
Binary 101101 1101010 1010000 111010 0 11001 111010 10011010 101000 11110

Color Harmonies of #2D6A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6A50

Black with #2D6A50

Text Example


Text Example

White with #2D6A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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