Html Css Color HEX #2FA49F Java

📋 copy color: '#2FA49F'

red 47 ◦ green 164 ◦ blue 159

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

Shades of Java #2FA49F

Tints of Java #2FA49F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.32%

 BLUE value IS 159 (62.5% from 255) = 42.97%

R = 12.7%
G = 44.32%
B = 42.97%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#2FA49F (or 0x2FA49F) is known color: Java. HEX triplet: 2F, A4 and 9F. RGB value is (47,164,159). Sum of RGB (Red+Green+Blue) = 47+164+159=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA49F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA49F is #D05B60. Grayscale: #808080. Windows color (decimal): -13654881 or 10462255. OLE color: 10462255.

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

Color convert

RGB 47 164 159 -
CMYK 0.71 0 0.03 0.36
HSL 177.44º 0.55% 0.41% -
HSV(B) 177.44º 0.71% 0.64% -
XYZ 20.71 29.66 37.43 -
YUV 128.45 145.24 69.91 -
System Red Green Blue C M Y K H S L
Decimal 47 164 159 0.71 0 0.03 0.36 177.44 0.55 0.41
Hex 2F A4 9F 47 0 3 24 B1 37 29
Octal 57 244 237 107 0 3 44 261 67 51
Binary 101111 10100100 10011111 1000111 0 11 100100 10110001 110111 101001

Color Harmonies of #2FA49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA49F

Black with #2FA49F

Text Example


Text Example

White with #2FA49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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