Html Css Color HEX #2B9E6F Eucalyptus

📋 copy color: '#2B9E6F'

red 43 ◦ green 158 ◦ blue 111

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

Shades of Eucalyptus #2B9E6F

Tints of Eucalyptus #2B9E6F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50.64%

 BLUE value IS 111 (43.75% from 255) = 35.58%

R = 13.78%
G = 50.64%
B = 35.58%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#2B9E6F (or 0x2B9E6F) is known color: Eucalyptus. HEX triplet: 2B, 9E and 6F. RGB value is (43,158,111). Sum of RGB (Red+Green+Blue) = 43+158+111=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 158 (62.11% from 255 or 50.64% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9E6F is #D46190. Grayscale: #767676. Windows color (decimal): -13918609 or 7314987. OLE color: 7314987.

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

Color convert

RGB 43 158 111 -
CMYK 0.73 0 0.30 0.38
HSL 155.48º 0.57% 0.39% -
HSV(B) 155.48º 0.73% 0.62% -
XYZ 16.09 26.12 19.23 -
YUV 118.26 123.9 74.32 -
System Red Green Blue C M Y K H S L
Decimal 43 158 111 0.73 0 0.30 0.38 155.48 0.57 0.39
Hex 2B 9E 6F 49 0 1E 26 9B 39 27
Octal 53 236 157 111 0 36 46 233 71 47
Binary 101011 10011110 1101111 1001001 0 11110 100110 10011011 111001 100111

Color Harmonies of #2B9E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9E6F

Black with #2B9E6F

Text Example


Text Example

White with #2B9E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,158,111); }

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

background-color css

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

 a { background-color: rgb(43,158,111); }

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

border-color css

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

 span { border-color: rgb(43,158,111); }

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