Html Css Color HEX #2E6251 Evening Sea

📋 copy color: '#2E6251'

red 46 ◦ green 98 ◦ blue 81

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

Shades of Evening Sea #2E6251

Tints of Evening Sea #2E6251

RGB

 RED value IS 46 (18.36% from 255) = 20.44%

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

 BLUE value IS 81 (32.03% from 255) = 36%

R = 20.44%
G = 43.56%
B = 36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#2E6251 (or 0x2E6251) is known color: Evening Sea. HEX triplet: 2E, 62 and 51. RGB value is (46,98,81). Sum of RGB (Red+Green+Blue) = 46+98+81=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #2E6251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6251 is #D19DAE. Grayscale: #505050. Windows color (decimal): -13737391 or 5333550. OLE color: 5333550.

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

Color convert

RGB 46 98 81 -
CMYK 0.53 0 0.17 0.62
HSL 160.38º 0.36% 0.28% -
HSV(B) 160.38º 0.53% 0.38% -
XYZ 6.98 9.91 9.33 -
YUV 80.51 128.27 103.38 -
System Red Green Blue C M Y K H S L
Decimal 46 98 81 0.53 0 0.17 0.62 160.38 0.36 0.28
Hex 2E 62 51 35 0 11 3E A0 24 1C
Octal 56 142 121 65 0 21 76 240 44 34
Binary 101110 1100010 1010001 110101 0 10001 111110 10100000 100100 11100

Color Harmonies of #2E6251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6251

Black with #2E6251

Text Example


Text Example

White with #2E6251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,98,81); }

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

background-color css

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

 a { background-color: rgb(46,98,81); }

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

border-color css

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

 span { border-color: rgb(46,98,81); }

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