Html Css Color HEX #2B6A58 Eden

📋 copy color: '#2B6A58'

red 43 ◦ green 106 ◦ blue 88

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

Shades of Eden #2B6A58

Tints of Eden #2B6A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.73%

 BLUE value IS 88 (34.77% from 255) = 37.13%

R = 18.14%
G = 44.73%
B = 37.13%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#2B6A58 (or 0x2B6A58) is known color: Eden. HEX triplet: 2B, 6A and 58. RGB value is (43,106,88). Sum of RGB (Red+Green+Blue) = 43+106+88=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 106 - color contains mainly: green. Hex color #2B6A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6A58 is #D495A7. Grayscale: #555555. Windows color (decimal): -13931944 or 5794347. OLE color: 5794347.

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

Color convert

RGB 43 106 88 -
CMYK 0.59 0 0.17 0.58
HSL 162.86º 0.42% 0.29% -
HSV(B) 162.86º 0.59% 0.42% -
XYZ 7.91 11.53 11.04 -
YUV 85.11 129.63 97.96 -
System Red Green Blue C M Y K H S L
Decimal 43 106 88 0.59 0 0.17 0.58 162.86 0.42 0.29
Hex 2B 6A 58 3B 0 11 3A A3 2A 1D
Octal 53 152 130 73 0 21 72 243 52 35
Binary 101011 1101010 1011000 111011 0 10001 111010 10100011 101010 11101

Color Harmonies of #2B6A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6A58

Black with #2B6A58

Text Example


Text Example

White with #2B6A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,106,88); }

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

background-color css

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

 a { background-color: rgb(43,106,88); }

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

border-color css

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

 span { border-color: rgb(43,106,88); }

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