Html Css Color HEX #2B6260 Eden

📋 copy color: '#2B6260'

red 43 ◦ green 98 ◦ blue 96

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

Shades of Eden #2B6260

Tints of Eden #2B6260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.35%

 BLUE value IS 96 (37.89% from 255) = 40.51%

R = 18.14%
G = 41.35%
B = 40.51%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#2B6260 (or 0x2B6260) is known color: Eden. HEX triplet: 2B, 62 and 60. RGB value is (43,98,96). Sum of RGB (Red+Green+Blue) = 43+98+96=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6260 is #D49D9F. Grayscale: #515151. Windows color (decimal): -13933984 or 6316587. OLE color: 6316587.

HSL color Cylindrical-coordinate representation of color #2B6260: hue angle of 177.82º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B6260 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 98 96 -
CMYK 0.56 0 0.02 0.62
HSL 177.82º 0.39% 0.28% -
HSV(B) 177.82º 0.56% 0.38% -
XYZ 7.48 10.09 12.62 -
YUV 81.33 136.28 100.66 -
System Red Green Blue C M Y K H S L
Decimal 43 98 96 0.56 0 0.02 0.62 177.82 0.39 0.28
Hex 2B 62 60 38 0 2 3E B2 27 1C
Octal 53 142 140 70 0 2 76 262 47 34
Binary 101011 1100010 1100000 111000 0 10 111110 10110010 100111 11100

Color Harmonies of #2B6260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6260

Black with #2B6260

Text Example


Text Example

White with #2B6260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,98,96); }

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

background-color css

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

 a { background-color: rgb(43,98,96); }

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

border-color css

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

 span { border-color: rgb(43,98,96); }

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