#2F9492

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

Shades of Java #2F9492

Tints of Java #2F9492

Color information

#2F9492 (or 0x2F9492) is unknown color: approx Java. HEX triplet: 2F, 94 and 92. RGB value is (47,148,146). Sum of RGB (Red+Green+Blue) = 47+148+146=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #2F9492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9492 is #D06B6D. Grayscale: #757575. Windows color (decimal): -13658990 or 9606191. OLE color: 9606191.

HSL color Cylindrical-coordinate representation of color #2F9492: hue angle of 178.81º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9492 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB47148146-
CMYK0.6800.010.42
HSL178.81º51.79%38.24%-
HSV(B)178.81º68.24%58.04%-
XYZ16.9523.8630.91-
YUV117.57144.0477.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.78%
GREEN value IS 148 (58.20% from 255) = 43.40%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=13.78%
G=43.40%
B=42.82%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal471481460.6800.010.42178.8151.7938.24
Hex2F949244012Ab33426
Octal5722422210401522636446
Binary101111100101001001001010001000110101010110011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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