Html Css Color HEX #2BA058 Eucalyptus

📋 copy color: '#2BA058'

red 43 ◦ green 160 ◦ blue 88

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

Shades of Eucalyptus #2BA058

Tints of Eucalyptus #2BA058

RGB

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

 GREEN value IS 160 (62.89% from 255) = 54.98%

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

R = 14.78%
G = 54.98%
B = 30.24%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#2BA058 (or 0x2BA058) is known color: Eucalyptus. HEX triplet: 2B, A0 and 58. RGB value is (43,160,88). Sum of RGB (Red+Green+Blue) = 43+160+88=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 160 (62.89% from 255 or 54.98% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA058 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA058 is #D45FA7. Grayscale: #747474. Windows color (decimal): -13918120 or 5808171. OLE color: 5808171.

HSL color Cylindrical-coordinate representation of color #2BA058: hue angle of 143.08º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA058 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB 43 160 88 -
CMYK 0.73 0 0.45 0.37
HSL 143.08º 0.58% 0.4% -
HSV(B) 143.08º 0.73% 0.63% -
XYZ 15.33 26.36 13.51 -
YUV 116.81 111.74 75.35 -
System Red Green Blue C M Y K H S L
Decimal 43 160 88 0.73 0 0.45 0.37 143.08 0.58 0.4
Hex 2B A0 58 49 0 2D 25 8F 3A 28
Octal 53 240 130 111 0 55 45 217 72 50
Binary 101011 10100000 1011000 1001001 0 101101 100101 10001111 111010 101000

Color Harmonies of #2BA058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA058

Black with #2BA058

Text Example


Text Example

White with #2BA058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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