Html Css Color HEX #2D6250 Evening Sea

📋 copy color: '#2D6250'

red 45 ◦ green 98 ◦ blue 80

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

Shades of Evening Sea #2D6250

Tints of Evening Sea #2D6250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.95%

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

R = 20.18%
G = 43.95%
B = 35.87%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#2D6250 (or 0x2D6250) is known color: Evening Sea. HEX triplet: 2D, 62 and 50. RGB value is (45,98,80). Sum of RGB (Red+Green+Blue) = 45+98+80=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #2D6250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6250 is #D29DAF. Grayscale: #505050. Windows color (decimal): -13802928 or 5268013. OLE color: 5268013.

HSL color Cylindrical-coordinate representation of color #2D6250: hue angle of 159.62º 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 #2D6250 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 45 98 80 -
CMYK 0.54 0 0.18 0.62
HSL 159.62º 0.37% 0.28% -
HSV(B) 159.62º 0.54% 0.38% -
XYZ 6.9 9.87 9.13 -
YUV 80.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 45 98 80 0.54 0 0.18 0.62 159.62 0.37 0.28
Hex 2D 62 50 36 0 12 3E A0 25 1C
Octal 55 142 120 66 0 22 76 240 45 34
Binary 101101 1100010 1010000 110110 0 10010 111110 10100000 100101 11100

Color Harmonies of #2D6250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6250

Black with #2D6250

Text Example


Text Example

White with #2D6250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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