Html Css Color HEX #2B6859 Eden

📋 copy color: '#2B6859'

red 43 ◦ green 104 ◦ blue 89

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

Shades of Eden #2B6859

Tints of Eden #2B6859

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.07%

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

R = 18.22%
G = 44.07%
B = 37.71%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#2B6859 (or 0x2B6859) is known color: Eden. HEX triplet: 2B, 68 and 59. RGB value is (43,104,89). Sum of RGB (Red+Green+Blue) = 43+104+89=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #2B6859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6859 is #D497A6. Grayscale: #545454. Windows color (decimal): -13932455 or 5859371. OLE color: 5859371.

HSL color Cylindrical-coordinate representation of color #2B6859: hue angle of 165.25º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6859 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 43 104 89 -
CMYK 0.59 0 0.14 0.59
HSL 165.25º 0.41% 0.29% -
HSV(B) 165.25º 0.59% 0.41% -
XYZ 7.75 11.14 11.19 -
YUV 84.05 130.79 98.72 -
System Red Green Blue C M Y K H S L
Decimal 43 104 89 0.59 0 0.14 0.59 165.25 0.41 0.29
Hex 2B 68 59 3B 0 E 3B A5 29 1D
Octal 53 150 131 73 0 16 73 245 51 35
Binary 101011 1101000 1011001 111011 0 1110 111011 10100101 101001 11101

Color Harmonies of #2B6859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6859

Black with #2B6859

Text Example


Text Example

White with #2B6859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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