Html Css Color HEX #2B7259 Eden

📋 copy color: '#2B7259'

red 43 ◦ green 114 ◦ blue 89

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

Shades of Eden #2B7259

Tints of Eden #2B7259

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.34%

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

R = 17.48%
G = 46.34%
B = 36.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#2B7259 (or 0x2B7259) is known color: Eden. HEX triplet: 2B, 72 and 59. RGB value is (43,114,89). Sum of RGB (Red+Green+Blue) = 43+114+89=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #2B7259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7259 is #D48DA6. Grayscale: #595959. Windows color (decimal): -13929895 or 5861931. OLE color: 5861931.

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

Color convert

RGB 43 114 89 -
CMYK 0.62 0 0.22 0.55
HSL 158.87º 0.45% 0.31% -
HSV(B) 158.87º 0.62% 0.45% -
XYZ 8.82 13.27 11.55 -
YUV 89.92 127.48 94.53 -
System Red Green Blue C M Y K H S L
Decimal 43 114 89 0.62 0 0.22 0.55 158.87 0.45 0.31
Hex 2B 72 59 3E 0 16 37 9F 2D 1F
Octal 53 162 131 76 0 26 67 237 55 37
Binary 101011 1110010 1011001 111110 0 10110 110111 10011111 101101 11111

Color Harmonies of #2B7259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7259

Black with #2B7259

Text Example


Text Example

White with #2B7259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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