Html Css Color HEX #2B6557 Eden

📋 copy color: '#2B6557'

red 43 ◦ green 101 ◦ blue 87

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

Shades of Eden #2B6557

Tints of Eden #2B6557

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.72%

 BLUE value IS 87 (34.38% from 255) = 37.66%

R = 18.61%
G = 43.72%
B = 37.66%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#2B6557 (or 0x2B6557) is known color: Eden. HEX triplet: 2B, 65 and 57. RGB value is (43,101,87). Sum of RGB (Red+Green+Blue) = 43+101+87=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #2B6557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6557 is #D49AA8. Grayscale: #525252. Windows color (decimal): -13933225 or 5727531. OLE color: 5727531.

HSL color Cylindrical-coordinate representation of color #2B6557: hue angle of 165.52º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B6557 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB 43 101 87 -
CMYK 0.57 0 0.14 0.60
HSL 165.52º 0.4% 0.28% -
HSV(B) 165.52º 0.57% 0.4% -
XYZ 7.37 10.51 10.66 -
YUV 82.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 43 101 87 0.57 0 0.14 0.60 165.52 0.4 0.28
Hex 2B 65 57 39 0 E 3C A6 28 1C
Octal 53 145 127 71 0 16 74 246 50 34
Binary 101011 1100101 1010111 111001 0 1110 111100 10100110 101000 11100

Color Harmonies of #2B6557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6557

Black with #2B6557

Text Example


Text Example

White with #2B6557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,101,87); }

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

background-color css

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

 a { background-color: rgb(43,101,87); }

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

border-color css

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

 span { border-color: rgb(43,101,87); }

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