#2A939C

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

Shades of Java #2A939C

Tints of Java #2A939C

Color information

#2A939C (or 0x2A939C) is unknown color: approx Java. HEX triplet: 2A, 93 and 9C. RGB value is (42,147,156). Sum of RGB (Red+Green+Blue) = 42+147+156=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A939C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A939C is #D56C63. Grayscale: #747474. Windows color (decimal): -13986916 or 10261290. OLE color: 10261290.

HSL color Cylindrical-coordinate representation of color #2A939C: hue angle of 184.74º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A939C is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB42147156-
CMYK0.730.0600.39
HSL184.74º57.58%38.82%-
HSV(B)184.74º73.08%61.18%-
XYZ17.3923.7635.12-
YUV116.63150.2174.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.17%
GREEN value IS 147 (57.81% from 255) = 42.61%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=12.17%
G=42.61%
B=45.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal421471560.730.0600.39184.7457.5838.82
Hex2A939C496027b93a27
Octal5222323411160472717247
Binary10101010010011100111001001001110010011110111001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,147,156); }

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

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

 a { background-color: rgb(42,147,156); }

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

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

 span { border-color: rgb(42,147,156); }

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