Html Css Color HEX #2BA371 Eucalyptus

📋 copy color: '#2BA371'

red 43 ◦ green 163 ◦ blue 113

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

Shades of Eucalyptus #2BA371

Tints of Eucalyptus #2BA371

RGB

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

 GREEN value IS 163 (64.06% from 255) = 51.1%

 BLUE value IS 113 (44.53% from 255) = 35.42%

R = 13.48%
G = 51.1%
B = 35.42%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#2BA371 (or 0x2BA371) is known color: Eucalyptus. HEX triplet: 2B, A3 and 71. RGB value is (43,163,113). Sum of RGB (Red+Green+Blue) = 43+163+113=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #2BA371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA371 is #D45C8E. Grayscale: #797979. Windows color (decimal): -13917327 or 7447339. OLE color: 7447339.

HSL color Cylindrical-coordinate representation of color #2BA371: hue angle of 155º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA371 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 43 163 113 -
CMYK 0.74 0 0.31 0.36
HSL 155º 0.58% 0.4% -
HSV(B) 155º 0.74% 0.64% -
XYZ 17.07 27.9 20.11 -
YUV 121.42 123.24 72.07 -
System Red Green Blue C M Y K H S L
Decimal 43 163 113 0.74 0 0.31 0.36 155 0.58 0.4
Hex 2B A3 71 4A 0 1F 24 9B 3A 28
Octal 53 243 161 112 0 37 44 233 72 50
Binary 101011 10100011 1110001 1001010 0 11111 100100 10011011 111010 101000

Color Harmonies of #2BA371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA371

Black with #2BA371

Text Example


Text Example

White with #2BA371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,163,113); }

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

background-color css

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

 a { background-color: rgb(43,163,113); }

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

border-color css

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

 span { border-color: rgb(43,163,113); }

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