Html Css Color HEX #2AB15B Eucalyptus

📋 copy color: '#2AB15B'

red 42 ◦ green 177 ◦ blue 91

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

Shades of Eucalyptus #2AB15B

Tints of Eucalyptus #2AB15B

RGB

 RED value IS 42 (16.8% from 255) = 13.55%

 GREEN value IS 177 (69.53% from 255) = 57.1%

 BLUE value IS 91 (35.94% from 255) = 29.35%

R = 13.55%
G = 57.1%
B = 29.35%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#2AB15B (or 0x2AB15B) is known color: Eucalyptus. HEX triplet: 2A, B1 and 5B. RGB value is (42,177,91). Sum of RGB (Red+Green+Blue) = 42+177+91=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 177 (69.53% from 255 or 57.10% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB15B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AB15B is #D54EA4. Grayscale: #7F7F7F. Windows color (decimal): -13979301 or 6009130. OLE color: 6009130.

HSL color Cylindrical-coordinate representation of color #2AB15B: hue angle of 141.78º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB15B is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 42 177 91 -
CMYK 0.76 0 0.49 0.31
HSL 141.78º 0.62% 0.43% -
HSV(B) 141.78º 0.76% 0.69% -
XYZ 18.57 32.69 15.23 -
YUV 126.83 107.77 67.49 -
System Red Green Blue C M Y K H S L
Decimal 42 177 91 0.76 0 0.49 0.31 141.78 0.62 0.43
Hex 2A B1 5B 4C 0 31 1F 8E 3E 2B
Octal 52 261 133 114 0 61 37 216 76 53
Binary 101010 10110001 1011011 1001100 0 110001 11111 10001110 111110 101011

Color Harmonies of #2AB15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB15B

Black with #2AB15B

Text Example


Text Example

White with #2AB15B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,177,91); }

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

background-color css

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

 a { background-color: rgb(42,177,91); }

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

border-color css

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

 span { border-color: rgb(42,177,91); }

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