Html Css Color HEX #2BA258 Eucalyptus

📋 copy color: '#2BA258'

red 43 ◦ green 162 ◦ blue 88

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

Shades of Eucalyptus #2BA258

Tints of Eucalyptus #2BA258

RGB

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

 GREEN value IS 162 (63.67% from 255) = 55.29%

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

R = 14.68%
G = 55.29%
B = 30.03%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#2BA258 (or 0x2BA258) is known color: Eucalyptus. HEX triplet: 2B, A2 and 58. RGB value is (43,162,88). Sum of RGB (Red+Green+Blue) = 43+162+88=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 162 (63.67% from 255 or 55.29% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA258 is #D45DA7. Grayscale: #767676. Windows color (decimal): -13917608 or 5808683. OLE color: 5808683.

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

Color convert

RGB 43 162 88 -
CMYK 0.73 0 0.46 0.36
HSL 142.69º 0.58% 0.4% -
HSV(B) 142.69º 0.73% 0.64% -
XYZ 15.68 27.06 13.63 -
YUV 117.98 111.08 74.52 -
System Red Green Blue C M Y K H S L
Decimal 43 162 88 0.73 0 0.46 0.36 142.69 0.58 0.4
Hex 2B A2 58 49 0 2E 24 8F 3A 28
Octal 53 242 130 111 0 56 44 217 72 50
Binary 101011 10100010 1011000 1001001 0 101110 100100 10001111 111010 101000

Color Harmonies of #2BA258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA258

Black with #2BA258

Text Example


Text Example

White with #2BA258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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