#2FA262

Color #2FA262 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #2FA262

Tints of Eucalyptus #2FA262

Color information

#2FA262 (or 0x2FA262) is unknown color: approx Eucalyptus. HEX triplet: 2F, A2 and 62. RGB value is (47,162,98). Sum of RGB (Red+Green+Blue) = 47+162+98=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA262 is #D05D9D. Grayscale: #787878. Windows color (decimal): -13655454 or 6464047. OLE color: 6464047.

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

Color convert

RGB4716298-
CMYK0.7100.400.36
HSL146.61º55.02%40.98%-
HSV(B)146.61º70.99%63.53%-
XYZ16.327.3315.97-
YUV120.32115.475.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.31%
GREEN value IS 162 (63.67% from 255) = 52.77%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=15.31%
G=52.77%
B=31.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal47162980.7100.400.36146.6155.0240.98
Hex2FA2624702824933729
Octal57242142107050442236751
Binary1011111010001011000101000111010100010010010010011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,162,98); }

 H1.HeaderClassName
 {
   color: #2FA262;
 }
 .AnyTagClassName
 {
   color: #2FA262;
 }
</style>
background-color css

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

 a { background-color: rgb(47,162,98); }

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

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

 span { border-color: rgb(47,162,98); }

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