#2F9E9A

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

Shades of Java #2F9E9A

Tints of Java #2F9E9A

Color information

#2F9E9A (or 0x2F9E9A) is unknown color: approx Java. HEX triplet: 2F, 9E and 9A. RGB value is (47,158,154). Sum of RGB (Red+Green+Blue) = 47+158+154=359 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.09% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 158 - color contains mainly: green. Hex color #2F9E9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9E9A is #D06165. Grayscale: #7C7C7C. Windows color (decimal): -13656422 or 10133039. OLE color: 10133039.

HSL color Cylindrical-coordinate representation of color #2F9E9A: hue angle of 177.84º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9E9A is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB47158154-
CMYK0.7000.030.38
HSL177.84º54.15%40.2%-
HSV(B)177.84º70.25%61.96%-
XYZ19.2327.3934.85-
YUV124.35144.7372.83-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.09%
GREEN value IS 158 (62.11% from 255) = 44.01%
BLUE value IS 154 (60.55% from 255) = 42.90%
R=13.09%
G=44.01%
B=42.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal471581540.7000.030.38177.8454.1540.2
Hex2F9E9A460326b23628
Octal5723623210603462626650
Binary1011111001111010011010100011001110011010110010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,158,154); }

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

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

 a { background-color: rgb(47,158,154); }

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

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

 span { border-color: rgb(47,158,154); }

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