Html Css Color HEX #2BAE58 Eucalyptus

📋 copy color: '#2BAE58'

red 43 ◦ green 174 ◦ blue 88

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

Shades of Eucalyptus #2BAE58

Tints of Eucalyptus #2BAE58

RGB

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

 GREEN value IS 174 (68.36% from 255) = 57.05%

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

R = 14.1%
G = 57.05%
B = 28.85%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#2BAE58 (or 0x2BAE58) is known color: Eucalyptus. HEX triplet: 2B, AE and 58. RGB value is (43,174,88). Sum of RGB (Red+Green+Blue) = 43+174+88=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 174 (68.36% from 255 or 57.05% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAE58 is #D451A7. Grayscale: #7D7D7D. Windows color (decimal): -13914536 or 5811755. OLE color: 5811755.

HSL color Cylindrical-coordinate representation of color #2BAE58: hue angle of 140.61º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAE58 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 174 88 -
CMYK 0.75 0 0.49 0.32
HSL 140.61º 0.6% 0.43% -
HSV(B) 140.61º 0.75% 0.68% -
XYZ 17.89 31.49 14.37 -
YUV 125.03 107.1 69.49 -
System Red Green Blue C M Y K H S L
Decimal 43 174 88 0.75 0 0.49 0.32 140.61 0.6 0.43
Hex 2B AE 58 4B 0 31 20 8D 3C 2B
Octal 53 256 130 113 0 61 40 215 74 53
Binary 101011 10101110 1011000 1001011 0 110001 100000 10001101 111100 101011

Color Harmonies of #2BAE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAE58

Black with #2BAE58

Text Example


Text Example

White with #2BAE58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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