Html Css Color HEX #2BAF59 Eucalyptus

📋 copy color: '#2BAF59'

red 43 ◦ green 175 ◦ blue 89

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

Shades of Eucalyptus #2BAF59

Tints of Eucalyptus #2BAF59

RGB

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

 GREEN value IS 175 (68.75% from 255) = 57%

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

R = 14.01%
G = 57%
B = 28.99%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#2BAF59 (or 0x2BAF59) is known color: Eucalyptus. HEX triplet: 2B, AF and 59. RGB value is (43,175,89). Sum of RGB (Red+Green+Blue) = 43+175+89=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAF59 is #D450A6. Grayscale: #7D7D7D. Windows color (decimal): -13914279 or 5877547. OLE color: 5877547.

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

Color convert

RGB 43 175 89 -
CMYK 0.75 0 0.49 0.31
HSL 140.91º 0.61% 0.43% -
HSV(B) 140.91º 0.75% 0.69% -
XYZ 18.13 31.89 14.65 -
YUV 125.73 107.27 68.99 -
System Red Green Blue C M Y K H S L
Decimal 43 175 89 0.75 0 0.49 0.31 140.91 0.61 0.43
Hex 2B AF 59 4B 0 31 1F 8D 3D 2B
Octal 53 257 131 113 0 61 37 215 75 53
Binary 101011 10101111 1011001 1001011 0 110001 11111 10001101 111101 101011

Color Harmonies of #2BAF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAF59

Black with #2BAF59

Text Example


Text Example

White with #2BAF59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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