Html Css Color HEX #2B6659 Eden

📋 copy color: '#2B6659'

red 43 ◦ green 102 ◦ blue 89

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

Shades of Eden #2B6659

Tints of Eden #2B6659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 38.03%

R = 18.38%
G = 43.59%
B = 38.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#2B6659 (or 0x2B6659) is known color: Eden. HEX triplet: 2B, 66 and 59. RGB value is (43,102,89). Sum of RGB (Red+Green+Blue) = 43+102+89=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #2B6659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6659 is #D499A6. Grayscale: #525252. Windows color (decimal): -13932967 or 5858859. OLE color: 5858859.

HSL color Cylindrical-coordinate representation of color #2B6659: hue angle of 166.78º 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 #2B6659 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB 43 102 89 -
CMYK 0.58 0 0.13 0.6
HSL 166.78º 0.41% 0.28% -
HSV(B) 166.78º 0.58% 0.4% -
XYZ 7.55 10.74 11.13 -
YUV 82.88 131.45 99.56 -
System Red Green Blue C M Y K H S L
Decimal 43 102 89 0.58 0 0.13 0.6 166.78 0.41 0.28
Hex 2B 66 59 3A 0 D 3C A7 29 1C
Octal 53 146 131 72 0 15 74 247 51 34
Binary 101011 1100110 1011001 111010 0 1101 111100 10100111 101001 11100

Color Harmonies of #2B6659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6659

Black with #2B6659

Text Example


Text Example

White with #2B6659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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