Html Css Color HEX #2BAD61 Eucalyptus

📋 copy color: '#2BAD61'

red 43 ◦ green 173 ◦ blue 97

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

Shades of Eucalyptus #2BAD61

Tints of Eucalyptus #2BAD61

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.27%

 BLUE value IS 97 (38.28% from 255) = 30.99%

R = 13.74%
G = 55.27%
B = 30.99%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#2BAD61 (or 0x2BAD61) is known color: Eucalyptus. HEX triplet: 2B, AD and 61. RGB value is (43,173,97). Sum of RGB (Red+Green+Blue) = 43+173+97=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAD61 is #D4529E. Grayscale: #7D7D7D. Windows color (decimal): -13914783 or 6401323. OLE color: 6401323.

HSL color Cylindrical-coordinate representation of color #2BAD61: hue angle of 144.92º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAD61 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 173 97 -
CMYK 0.75 0 0.44 0.32
HSL 144.92º 0.6% 0.42% -
HSV(B) 144.92º 0.75% 0.68% -
XYZ 18.1 31.26 16.39 -
YUV 125.47 111.93 69.18 -
System Red Green Blue C M Y K H S L
Decimal 43 173 97 0.75 0 0.44 0.32 144.92 0.6 0.42
Hex 2B AD 61 4B 0 2C 20 91 3C 2A
Octal 53 255 141 113 0 54 40 221 74 52
Binary 101011 10101101 1100001 1001011 0 101100 100000 10010001 111100 101010

Color Harmonies of #2BAD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAD61

Black with #2BAD61

Text Example


Text Example

White with #2BAD61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,173,97); }

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

background-color css

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

 a { background-color: rgb(43,173,97); }

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

border-color css

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

 span { border-color: rgb(43,173,97); }

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