Html Css Color HEX #2AB15C Eucalyptus

📋 copy color: '#2AB15C'

red 42 ◦ green 177 ◦ blue 92

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

Shades of Eucalyptus #2AB15C

Tints of Eucalyptus #2AB15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.58%

R = 13.5%
G = 56.91%
B = 29.58%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#2AB15C (or 0x2AB15C) is known color: Eucalyptus. HEX triplet: 2A, B1 and 5C. RGB value is (42,177,92). Sum of RGB (Red+Green+Blue) = 42+177+92=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 177 (69.53% from 255 or 56.91% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB15C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AB15C is #D54EA3. Grayscale: #7F7F7F. Windows color (decimal): -13979300 or 6074666. OLE color: 6074666.

HSL color Cylindrical-coordinate representation of color #2AB15C: hue angle of 142.22º 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 #2AB15C is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 42 177 92 -
CMYK 0.76 0 0.48 0.31
HSL 142.22º 0.62% 0.43% -
HSV(B) 142.22º 0.76% 0.69% -
XYZ 18.61 32.71 15.46 -
YUV 126.95 108.27 67.41 -
System Red Green Blue C M Y K H S L
Decimal 42 177 92 0.76 0 0.48 0.31 142.22 0.62 0.43
Hex 2A B1 5C 4C 0 30 1F 8E 3E 2B
Octal 52 261 134 114 0 60 37 216 76 53
Binary 101010 10110001 1011100 1001100 0 110000 11111 10001110 111110 101011

Color Harmonies of #2AB15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB15C

Black with #2AB15C

Text Example


Text Example

White with #2AB15C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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