Html Css Color HEX #2B6B51 Evening Sea

📋 copy color: '#2B6B51'

red 43 ◦ green 107 ◦ blue 81

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

Shades of Evening Sea #2B6B51

Tints of Evening Sea #2B6B51

RGB

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

 GREEN value IS 107 (42.19% from 255) = 46.32%

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

R = 18.61%
G = 46.32%
B = 35.06%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#2B6B51 (or 0x2B6B51) is known color: Evening Sea. HEX triplet: 2B, 6B and 51. RGB value is (43,107,81). Sum of RGB (Red+Green+Blue) = 43+107+81=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #2B6B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6B51 is #D494AE. Grayscale: #545454. Windows color (decimal): -13931695 or 5335851. OLE color: 5335851.

HSL color Cylindrical-coordinate representation of color #2B6B51: hue angle of 155.62º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B6B51 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 107 81 -
CMYK 0.60 0 0.24 0.58
HSL 155.63º 0.43% 0.29% -
HSV(B) 155.63º 0.6% 0.42% -
XYZ 7.74 11.62 9.62 -
YUV 84.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 43 107 81 0.60 0 0.24 0.58 155.63 0.43 0.29
Hex 2B 6B 51 3C 0 18 3A 9C 2B 1D
Octal 53 153 121 74 0 30 72 234 53 35
Binary 101011 1101011 1010001 111100 0 11000 111010 10011100 101011 11101

Color Harmonies of #2B6B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6B51

Black with #2B6B51

Text Example


Text Example

White with #2B6B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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