#2F8E92

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

Shades of Java #2F8E92

Tints of Java #2F8E92

Color information

#2F8E92 (or 0x2F8E92) is unknown color: approx Java. HEX triplet: 2F, 8E and 92. RGB value is (47,142,146). Sum of RGB (Red+Green+Blue) = 47+142+146=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F8E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8E92 is #D0716D. Grayscale: #717171. Windows color (decimal): -13660526 or 9604655. OLE color: 9604655.

HSL color Cylindrical-coordinate representation of color #2F8E92: hue angle of 182.42º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F8E92 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB47142146-
CMYK0.680.0300.43
HSL182.42º51.3%37.84%-
HSV(B)182.42º67.81%57.25%-
XYZ16.0322.0330.6-
YUV114.05146.0380.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.03%
GREEN value IS 142 (55.86% from 255) = 42.39%
BLUE value IS 146 (57.42% from 255) = 43.58%
R=14.03%
G=42.39%
B=43.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal471421460.680.0300.43182.4251.337.84
Hex2F8E9244302Bb63326
Octal5721622210430532666346
Binary1011111000111010010010100010011010101110110110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,142,146); }

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

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

 a { background-color: rgb(47,142,146); }

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

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

 span { border-color: rgb(47,142,146); }

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