Html Css Color HEX #2B6D60 Eden

📋 copy color: '#2B6D60'

red 43 ◦ green 109 ◦ blue 96

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

Shades of Eden #2B6D60

Tints of Eden #2B6D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.95%

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

R = 17.34%
G = 43.95%
B = 38.71%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#2B6D60 (or 0x2B6D60) is known color: Eden. HEX triplet: 2B, 6D and 60. RGB value is (43,109,96). Sum of RGB (Red+Green+Blue) = 43+109+96=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 109 (42.97% from 255 or 43.95% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 109 - color contains mainly: green. Hex color #2B6D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6D60 is #D4929F. Grayscale: #575757. Windows color (decimal): -13931168 or 6319403. OLE color: 6319403.

HSL color Cylindrical-coordinate representation of color #2B6D60: hue angle of 168.18º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6D60 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB 43 109 96 -
CMYK 0.61 0 0.12 0.57
HSL 168.18º 0.43% 0.3% -
HSV(B) 168.18º 0.61% 0.43% -
XYZ 8.58 12.3 12.99 -
YUV 87.78 132.63 96.06 -
System Red Green Blue C M Y K H S L
Decimal 43 109 96 0.61 0 0.12 0.57 168.18 0.43 0.3
Hex 2B 6D 60 3D 0 C 39 A8 2B 1E
Octal 53 155 140 75 0 14 71 250 53 36
Binary 101011 1101101 1100000 111101 0 1100 111001 10101000 101011 11110

Color Harmonies of #2B6D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6D60

Black with #2B6D60

Text Example


Text Example

White with #2B6D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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