Html Css Color HEX #2B6760 Eden

📋 copy color: '#2B6760'

red 43 ◦ green 103 ◦ blue 96

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

Shades of Eden #2B6760

Tints of Eden #2B6760

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.56%

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

R = 17.77%
G = 42.56%
B = 39.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#2B6760 (or 0x2B6760) is known color: Eden. HEX triplet: 2B, 67 and 60. RGB value is (43,103,96). Sum of RGB (Red+Green+Blue) = 43+103+96=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 103 - color contains mainly: green. Hex color #2B6760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6760 is #D4989F. Grayscale: #545454. Windows color (decimal): -13932704 or 6317867. OLE color: 6317867.

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

Color convert

RGB 43 103 96 -
CMYK 0.58 0 0.07 0.60
HSL 173º 0.41% 0.29% -
HSV(B) 173º 0.58% 0.4% -
XYZ 7.96 11.06 12.78 -
YUV 84.26 134.62 98.57 -
System Red Green Blue C M Y K H S L
Decimal 43 103 96 0.58 0 0.07 0.60 173 0.41 0.29
Hex 2B 67 60 3A 0 7 3C AD 29 1D
Octal 53 147 140 72 0 7 74 255 51 35
Binary 101011 1100111 1100000 111010 0 111 111100 10101101 101001 11101

Color Harmonies of #2B6760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6760

Black with #2B6760

Text Example


Text Example

White with #2B6760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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