Html Css Color HEX #2FA59C Java

📋 copy color: '#2FA59C'

red 47 ◦ green 165 ◦ blue 156

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

Shades of Java #2FA59C

Tints of Java #2FA59C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.84%

 BLUE value IS 156 (61.33% from 255) = 42.39%

R = 12.77%
G = 44.84%
B = 42.39%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#2FA59C (or 0x2FA59C) is known color: Java. HEX triplet: 2F, A5 and 9C. RGB value is (47,165,156). Sum of RGB (Red+Green+Blue) = 47+165+156=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA59C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA59C is #D05A63. Grayscale: #808080. Windows color (decimal): -13654628 or 10265903. OLE color: 10265903.

HSL color Cylindrical-coordinate representation of color #2FA59C: hue angle of 175.42º 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 #2FA59C is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 47 165 156 -
CMYK 0.72 0 0.05 0.35
HSL 175.42º 0.56% 0.42% -
HSV(B) 175.42º 0.72% 0.65% -
XYZ 20.63 29.91 36.14 -
YUV 128.69 143.41 69.73 -
System Red Green Blue C M Y K H S L
Decimal 47 165 156 0.72 0 0.05 0.35 175.42 0.56 0.42
Hex 2F A5 9C 48 0 5 23 AF 38 2A
Octal 57 245 234 110 0 5 43 257 70 52
Binary 101111 10100101 10011100 1001000 0 101 100011 10101111 111000 101010

Color Harmonies of #2FA59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA59C

Black with #2FA59C

Text Example


Text Example

White with #2FA59C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,165,156); }

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

background-color css

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

 a { background-color: rgb(47,165,156); }

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

border-color css

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

 span { border-color: rgb(47,165,156); }

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