#2A9297

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

Shades of Java #2A9297

Tints of Java #2A9297

Color information

#2A9297 (or 0x2A9297) is unknown color: approx Java. HEX triplet: 2A, 92 and 97. RGB value is (42,146,151). Sum of RGB (Red+Green+Blue) = 42+146+151=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 151 - color contains mainly: blue. Hex color #2A9297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9297 is #D56D68. Grayscale: #737373. Windows color (decimal): -13987177 or 9933354. OLE color: 9933354.

HSL color Cylindrical-coordinate representation of color #2A9297: hue angle of 182.75º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9297 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB42146151-
CMYK0.720.0300.41
HSL182.75º56.48%37.84%-
HSV(B)182.75º72.19%59.22%-
XYZ16.8223.2832.89-
YUV115.47148.0475.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.39%
GREEN value IS 146 (57.42% from 255) = 43.07%
BLUE value IS 151 (59.38% from 255) = 44.54%
R=12.39%
G=43.07%
B=44.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal421461510.720.0300.41182.7556.4837.84
Hex2A9297483029b73826
Octal5222222711030512677046
Binary1010101001001010010111100100011010100110110111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,146,151); }

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

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

 a { background-color: rgb(42,146,151); }

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

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

 span { border-color: rgb(42,146,151); }

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