Html Css Color HEX #2FA79D Java

📋 copy color: '#2FA79D'

red 47 ◦ green 167 ◦ blue 157

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

Shades of Java #2FA79D

Tints of Java #2FA79D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.01%

 BLUE value IS 157 (61.72% from 255) = 42.32%

R = 12.67%
G = 45.01%
B = 42.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#2FA79D (or 0x2FA79D) is known color: Java. HEX triplet: 2F, A7 and 9D. RGB value is (47,167,157). Sum of RGB (Red+Green+Blue) = 47+167+157=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 167 - color contains mainly: green. Hex color #2FA79D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA79D is #D05862. Grayscale: #818181. Windows color (decimal): -13654115 or 10331951. OLE color: 10331951.

HSL color Cylindrical-coordinate representation of color #2FA79D: hue angle of 175º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA79D is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 47 167 157 -
CMYK 0.72 0 0.06 0.35
HSL 175º 0.56% 0.42% -
HSV(B) 175º 0.72% 0.65% -
XYZ 21.08 30.68 36.71 -
YUV 129.98 143.24 68.81 -
System Red Green Blue C M Y K H S L
Decimal 47 167 157 0.72 0 0.06 0.35 175 0.56 0.42
Hex 2F A7 9D 48 0 6 23 AF 38 2A
Octal 57 247 235 110 0 6 43 257 70 52
Binary 101111 10100111 10011101 1001000 0 110 100011 10101111 111000 101010

Color Harmonies of #2FA79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA79D

Black with #2FA79D

Text Example


Text Example

White with #2FA79D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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