Html Css Color HEX #2B6651 Evening Sea

📋 copy color: '#2B6651'

red 43 ◦ green 102 ◦ blue 81

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

Shades of Evening Sea #2B6651

Tints of Evening Sea #2B6651

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.13%

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

R = 19.03%
G = 45.13%
B = 35.84%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#2B6651 (or 0x2B6651) is known color: Evening Sea. HEX triplet: 2B, 66 and 51. RGB value is (43,102,81). Sum of RGB (Red+Green+Blue) = 43+102+81=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #2B6651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6651 is #D499AE. Grayscale: #515151. Windows color (decimal): -13932975 or 5334571. OLE color: 5334571.

HSL color Cylindrical-coordinate representation of color #2B6651: hue angle of 158.64º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B6651 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB 43 102 81 -
CMYK 0.58 0 0.21 0.6
HSL 158.64º 0.41% 0.28% -
HSV(B) 158.64º 0.58% 0.4% -
XYZ 7.23 10.61 9.45 -
YUV 81.97 127.45 100.21 -
System Red Green Blue C M Y K H S L
Decimal 43 102 81 0.58 0 0.21 0.6 158.64 0.41 0.28
Hex 2B 66 51 3A 0 15 3C 9F 29 1C
Octal 53 146 121 72 0 25 74 237 51 34
Binary 101011 1100110 1010001 111010 0 10101 111100 10011111 101001 11100

Color Harmonies of #2B6651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6651

Black with #2B6651

Text Example


Text Example

White with #2B6651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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