Html Css Color HEX #2BAA63 Eucalyptus

📋 copy color: '#2BAA63'

red 43 ◦ green 170 ◦ blue 99

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

Shades of Eucalyptus #2BAA63

Tints of Eucalyptus #2BAA63

RGB

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

 GREEN value IS 170 (66.8% from 255) = 54.49%

 BLUE value IS 99 (39.06% from 255) = 31.73%

R = 13.78%
G = 54.49%
B = 31.73%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#2BAA63 (or 0x2BAA63) is known color: Eucalyptus. HEX triplet: 2B, AA and 63. RGB value is (43,170,99). Sum of RGB (Red+Green+Blue) = 43+170+99=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAA63 is #D4559C. Grayscale: #7C7C7C. Windows color (decimal): -13915549 or 6531627. OLE color: 6531627.

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

Color convert

RGB 43 170 99 -
CMYK 0.75 0 0.42 0.33
HSL 146.46º 0.6% 0.42% -
HSV(B) 146.46º 0.75% 0.67% -
XYZ 17.62 30.16 16.7 -
YUV 123.93 113.92 70.27 -
System Red Green Blue C M Y K H S L
Decimal 43 170 99 0.75 0 0.42 0.33 146.46 0.6 0.42
Hex 2B AA 63 4B 0 2A 21 92 3C 2A
Octal 53 252 143 113 0 52 41 222 74 52
Binary 101011 10101010 1100011 1001011 0 101010 100001 10010010 111100 101010

Color Harmonies of #2BAA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAA63

Black with #2BAA63

Text Example


Text Example

White with #2BAA63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,170,99); }

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

background-color css

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

 a { background-color: rgb(43,170,99); }

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

border-color css

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

 span { border-color: rgb(43,170,99); }

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