Html Css Color HEX #2B7159 Eden

📋 copy color: '#2B7159'

red 43 ◦ green 113 ◦ blue 89

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

Shades of Eden #2B7159

Tints of Eden #2B7159

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.12%

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

R = 17.55%
G = 46.12%
B = 36.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#2B7159 (or 0x2B7159) is known color: Eden. HEX triplet: 2B, 71 and 59. RGB value is (43,113,89). Sum of RGB (Red+Green+Blue) = 43+113+89=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7159 is #D48EA6. Grayscale: #595959. Windows color (decimal): -13930151 or 5861675. OLE color: 5861675.

HSL color Cylindrical-coordinate representation of color #2B7159: hue angle of 159.43º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B7159 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 113 89 -
CMYK 0.62 0 0.21 0.56
HSL 159.43º 0.45% 0.31% -
HSV(B) 159.43º 0.62% 0.44% -
XYZ 8.7 13.05 11.51 -
YUV 89.33 127.81 94.95 -
System Red Green Blue C M Y K H S L
Decimal 43 113 89 0.62 0 0.21 0.56 159.43 0.45 0.31
Hex 2B 71 59 3E 0 15 38 9F 2D 1F
Octal 53 161 131 76 0 25 70 237 55 37
Binary 101011 1110001 1011001 111110 0 10101 111000 10011111 101101 11111

Color Harmonies of #2B7159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7159

Black with #2B7159

Text Example


Text Example

White with #2B7159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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