Html Css Color HEX #2B6E51 Evening Sea

📋 copy color: '#2B6E51'

red 43 ◦ green 110 ◦ blue 81

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

Shades of Evening Sea #2B6E51

Tints of Evening Sea #2B6E51

RGB

 RED value IS 43 (17.19% from 255) = 18.38%

 GREEN value IS 110 (43.36% from 255) = 47.01%

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

R = 18.38%
G = 47.01%
B = 34.62%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.26

 K value IS 0.57

RGB Variations

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

Color information

#2B6E51 (or 0x2B6E51) is known color: Evening Sea. HEX triplet: 2B, 6E and 51. RGB value is (43,110,81). Sum of RGB (Red+Green+Blue) = 43+110+81=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 110 - color contains mainly: green. Hex color #2B6E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6E51 is #D491AE. Grayscale: #565656. Windows color (decimal): -13930927 or 5336619. OLE color: 5336619.

HSL color Cylindrical-coordinate representation of color #2B6E51: hue angle of 154.03º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6E51 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB 43 110 81 -
CMYK 0.61 0 0.26 0.57
HSL 154.03º 0.44% 0.3% -
HSV(B) 154.03º 0.61% 0.43% -
XYZ 8.06 12.26 9.73 -
YUV 86.66 124.8 96.86 -
System Red Green Blue C M Y K H S L
Decimal 43 110 81 0.61 0 0.26 0.57 154.03 0.44 0.3
Hex 2B 6E 51 3D 0 1A 39 9A 2C 1E
Octal 53 156 121 75 0 32 71 232 54 36
Binary 101011 1101110 1010001 111101 0 11010 111001 10011010 101100 11110

Color Harmonies of #2B6E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6E51

Black with #2B6E51

Text Example


Text Example

White with #2B6E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,110,81); }

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

background-color css

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

 a { background-color: rgb(43,110,81); }

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

border-color css

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

 span { border-color: rgb(43,110,81); }

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