#2FA49A

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

Shades of Java #2FA49A

Tints of Java #2FA49A

Color information

#2FA49A (or 0x2FA49A) is unknown color: approx Java. HEX triplet: 2F, A4 and 9A. RGB value is (47,164,154). Sum of RGB (Red+Green+Blue) = 47+164+154=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA49A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA49A is #D05B65. Grayscale: #7F7F7F. Windows color (decimal): -13654886 or 10134575. OLE color: 10134575.

HSL color Cylindrical-coordinate representation of color #2FA49A: hue angle of 174.87º 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 #2FA49A is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB47164154-
CMYK0.7100.060.36
HSL174.87º55.45%41.37%-
HSV(B)174.87º71.34%64.31%-
XYZ20.2829.4935.19-
YUV127.88142.7470.31-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.88%
GREEN value IS 164 (64.45% from 255) = 44.93%
BLUE value IS 154 (60.55% from 255) = 42.19%
R=12.88%
G=44.93%
B=42.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal471641540.7100.060.36174.8755.4541.37
Hex2FA49A470624af3729
Octal5724423210706442576751
Binary10111110100100100110101000111011010010010101111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,164,154); }

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

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

 a { background-color: rgb(47,164,154); }

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

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

 span { border-color: rgb(47,164,154); }

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