Html Css Color HEX #2FA158 Eucalyptus

📋 copy color: '#2FA158'

red 47 ◦ green 161 ◦ blue 88

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

Shades of Eucalyptus #2FA158

Tints of Eucalyptus #2FA158

RGB

 RED value IS 47 (18.75% from 255) = 15.88%

 GREEN value IS 161 (63.28% from 255) = 54.39%

 BLUE value IS 88 (34.77% from 255) = 29.73%

R = 15.88%
G = 54.39%
B = 29.73%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#2FA158 (or 0x2FA158) is known color: Eucalyptus. HEX triplet: 2F, A1 and 58. RGB value is (47,161,88). Sum of RGB (Red+Green+Blue) = 47+161+88=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 161 (63.28% from 255 or 54.39% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA158 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA158 is #D05EA7. Grayscale: #767676. Windows color (decimal): -13655720 or 5808431. OLE color: 5808431.

HSL color Cylindrical-coordinate representation of color #2FA158: hue angle of 141.58º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA158 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB 47 161 88 -
CMYK 0.71 0 0.45 0.37
HSL 141.58º 0.55% 0.41% -
HSV(B) 141.58º 0.71% 0.63% -
XYZ 15.68 26.8 13.58 -
YUV 118.59 110.73 76.94 -
System Red Green Blue C M Y K H S L
Decimal 47 161 88 0.71 0 0.45 0.37 141.58 0.55 0.41
Hex 2F A1 58 47 0 2D 25 8E 37 29
Octal 57 241 130 107 0 55 45 216 67 51
Binary 101111 10100001 1011000 1000111 0 101101 100101 10001110 110111 101001

Color Harmonies of #2FA158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA158

Black with #2FA158

Text Example


Text Example

White with #2FA158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,161,88); }

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

background-color css

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

 a { background-color: rgb(47,161,88); }

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

border-color css

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

 span { border-color: rgb(47,161,88); }

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