Html Css Color HEX #2BAA62 Eucalyptus

📋 copy color: '#2BAA62'

red 43 ◦ green 170 ◦ blue 98

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

Shades of Eucalyptus #2BAA62

Tints of Eucalyptus #2BAA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.51%

R = 13.83%
G = 54.66%
B = 31.51%

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

#2BAA62 (or 0x2BAA62) is known color: Eucalyptus. HEX triplet: 2B, AA and 62. RGB value is (43,170,98). Sum of RGB (Red+Green+Blue) = 43+170+98=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAA62 is #D4559D. Grayscale: #7B7B7B. Windows color (decimal): -13915550 or 6466091. OLE color: 6466091.

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

Color convert

RGB 43 170 98 -
CMYK 0.75 0 0.42 0.33
HSL 145.98º 0.6% 0.42% -
HSV(B) 145.98º 0.75% 0.67% -
XYZ 17.58 30.14 16.45 -
YUV 123.82 113.42 70.35 -
System Red Green Blue C M Y K H S L
Decimal 43 170 98 0.75 0 0.42 0.33 145.98 0.6 0.42
Hex 2B AA 62 4B 0 2A 21 92 3C 2A
Octal 53 252 142 113 0 52 41 222 74 52
Binary 101011 10101010 1100010 1001011 0 101010 100001 10010010 111100 101010

Color Harmonies of #2BAA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAA62

Black with #2BAA62

Text Example


Text Example

White with #2BAA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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