Html Css Color HEX #2B6051 Evening Sea

📋 copy color: '#2B6051'

red 43 ◦ green 96 ◦ blue 81

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

Shades of Evening Sea #2B6051

Tints of Evening Sea #2B6051

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.64%

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

R = 19.55%
G = 43.64%
B = 36.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#2B6051 (or 0x2B6051) is known color: Evening Sea. HEX triplet: 2B, 60 and 51. RGB value is (43,96,81). Sum of RGB (Red+Green+Blue) = 43+96+81=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6051 is #D49FAE. Grayscale: #4E4E4E. Windows color (decimal): -13934511 or 5333035. OLE color: 5333035.

HSL color Cylindrical-coordinate representation of color #2B6051: hue angle of 163.02º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B6051 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 96 81 -
CMYK 0.55 0 0.16 0.62
HSL 163.02º 0.38% 0.27% -
HSV(B) 163.02º 0.55% 0.38% -
XYZ 6.66 9.47 9.26 -
YUV 78.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 43 96 81 0.55 0 0.16 0.62 163.02 0.38 0.27
Hex 2B 60 51 37 0 10 3E A3 26 1B
Octal 53 140 121 67 0 20 76 243 46 33
Binary 101011 1100000 1010001 110111 0 10000 111110 10100011 100110 11011

Color Harmonies of #2B6051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6051

Black with #2B6051

Text Example


Text Example

White with #2B6051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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