Html Css Color HEX #2BAC58 Eucalyptus

📋 copy color: '#2BAC58'

red 43 ◦ green 172 ◦ blue 88

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

Shades of Eucalyptus #2BAC58

Tints of Eucalyptus #2BAC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.04%

R = 14.19%
G = 56.77%
B = 29.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#2BAC58 (or 0x2BAC58) is known color: Eucalyptus. HEX triplet: 2B, AC and 58. RGB value is (43,172,88). Sum of RGB (Red+Green+Blue) = 43+172+88=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAC58 is #D453A7. Grayscale: #7C7C7C. Windows color (decimal): -13915048 or 5811243. OLE color: 5811243.

HSL color Cylindrical-coordinate representation of color #2BAC58: hue angle of 140.93º 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 #2BAC58 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 172 88 -
CMYK 0.75 0 0.49 0.33
HSL 140.93º 0.6% 0.42% -
HSV(B) 140.93º 0.75% 0.67% -
XYZ 17.51 30.72 14.24 -
YUV 123.85 107.76 70.33 -
System Red Green Blue C M Y K H S L
Decimal 43 172 88 0.75 0 0.49 0.33 140.93 0.6 0.42
Hex 2B AC 58 4B 0 31 21 8D 3C 2A
Octal 53 254 130 113 0 61 41 215 74 52
Binary 101011 10101100 1011000 1001011 0 110001 100001 10001101 111100 101010

Color Harmonies of #2BAC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAC58

Black with #2BAC58

Text Example


Text Example

White with #2BAC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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