Html Css Color HEX #2B7359 Eden

📋 copy color: '#2B7359'

red 43 ◦ green 115 ◦ blue 89

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

Shades of Eden #2B7359

Tints of Eden #2B7359

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.56%

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

R = 17.41%
G = 46.56%
B = 36.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#2B7359 (or 0x2B7359) is known color: Eden. HEX triplet: 2B, 73 and 59. RGB value is (43,115,89). Sum of RGB (Red+Green+Blue) = 43+115+89=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7359 is #D48CA6. Grayscale: #5A5A5A. Windows color (decimal): -13929639 or 5862187. OLE color: 5862187.

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

Color convert

RGB 43 115 89 -
CMYK 0.63 0 0.23 0.55
HSL 158.33º 0.46% 0.31% -
HSV(B) 158.33º 0.63% 0.45% -
XYZ 8.93 13.5 11.59 -
YUV 90.51 127.15 94.11 -
System Red Green Blue C M Y K H S L
Decimal 43 115 89 0.63 0 0.23 0.55 158.33 0.46 0.31
Hex 2B 73 59 3F 0 17 37 9E 2E 1F
Octal 53 163 131 77 0 27 67 236 56 37
Binary 101011 1110011 1011001 111111 0 10111 110111 10011110 101110 11111

Color Harmonies of #2B7359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7359

Black with #2B7359

Text Example


Text Example

White with #2B7359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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