#2FA29D

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

Shades of Java #2FA29D

Tints of Java #2FA29D

Color information

#2FA29D (or 0x2FA29D) is unknown color: approx Java. HEX triplet: 2F, A2 and 9D. RGB value is (47,162,157). Sum of RGB (Red+Green+Blue) = 47+162+157=366 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.84% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #2FA29D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA29D is #D05D62. Grayscale: #7E7E7E. Windows color (decimal): -13655395 or 10330671. OLE color: 10330671.

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

Color convert

RGB47162157-
CMYK0.7100.030.36
HSL177.39º55.02%40.98%-
HSV(B)177.39º70.99%63.53%-
XYZ20.1828.8836.41-
YUV127.04144.970.91-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.84%
GREEN value IS 162 (63.67% from 255) = 44.26%
BLUE value IS 157 (61.72% from 255) = 42.90%
R=12.84%
G=44.26%
B=42.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal471621570.7100.030.36177.3955.0240.98
Hex2FA29D470324b13729
Octal5724223510703442616751
Binary1011111010001010011101100011101110010010110001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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