Html Css Color HEX #2FA5A0 Java

📋 copy color: '#2FA5A0'

red 47 ◦ green 165 ◦ blue 160

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

Shades of Java #2FA5A0

Tints of Java #2FA5A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 43.01%

R = 12.63%
G = 44.35%
B = 43.01%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#2FA5A0 (or 0x2FA5A0) is known color: Java. HEX triplet: 2F, A5 and A0. RGB value is (47,165,160). Sum of RGB (Red+Green+Blue) = 47+165+160=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 165 - color contains mainly: green. Hex color #2FA5A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA5A0 is #D05A5F. Grayscale: #818181. Windows color (decimal): -13654624 or 10528047. OLE color: 10528047.

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

Color convert

RGB 47 165 160 -
CMYK 0.72 0 0.03 0.35
HSL 177.46º 0.56% 0.42% -
HSV(B) 177.46º 0.72% 0.65% -
XYZ 20.97 30.05 37.95 -
YUV 129.15 145.41 69.41 -
System Red Green Blue C M Y K H S L
Decimal 47 165 160 0.72 0 0.03 0.35 177.46 0.56 0.42
Hex 2F A5 A0 48 0 3 23 B1 38 2A
Octal 57 245 240 110 0 3 43 261 70 52
Binary 101111 10100101 10100000 1001000 0 11 100011 10110001 111000 101010

Color Harmonies of #2FA5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FA5A0

Black with #2FA5A0

Text Example


Text Example

White with #2FA5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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