Html Css Color HEX #2BAC59 Eucalyptus

📋 copy color: '#2BAC59'

red 43 ◦ green 172 ◦ blue 89

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

Shades of Eucalyptus #2BAC59

Tints of Eucalyptus #2BAC59

RGB

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

 GREEN value IS 172 (67.58% from 255) = 56.58%

 BLUE value IS 89 (35.16% from 255) = 29.28%

R = 14.14%
G = 56.58%
B = 29.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#2BAC59 (or 0x2BAC59) is known color: Eucalyptus. HEX triplet: 2B, AC and 59. RGB value is (43,172,89). Sum of RGB (Red+Green+Blue) = 43+172+89=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 172 (67.58% from 255 or 56.58% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAC59 is #D453A6. Grayscale: #7C7C7C. Windows color (decimal): -13915047 or 5876779. OLE color: 5876779.

HSL color Cylindrical-coordinate representation of color #2BAC59: hue angle of 141.4º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAC59 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 172 89 -
CMYK 0.75 0 0.48 0.33
HSL 141.4º 0.6% 0.42% -
HSV(B) 141.4º 0.75% 0.67% -
XYZ 17.55 30.74 14.46 -
YUV 123.97 108.26 70.25 -
System Red Green Blue C M Y K H S L
Decimal 43 172 89 0.75 0 0.48 0.33 141.4 0.6 0.42
Hex 2B AC 59 4B 0 30 21 8D 3C 2A
Octal 53 254 131 113 0 60 41 215 74 52
Binary 101011 10101100 1011001 1001011 0 110000 100001 10001101 111100 101010

Color Harmonies of #2BAC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAC59

Black with #2BAC59

Text Example


Text Example

White with #2BAC59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,172,89); }

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

background-color css

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

 a { background-color: rgb(43,172,89); }

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

border-color css

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

 span { border-color: rgb(43,172,89); }

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