#2A9391

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

Shades of Java #2A9391

Tints of Java #2A9391

Color information

#2A9391 (or 0x2A9391) is unknown color: approx Java. HEX triplet: 2A, 93 and 91. RGB value is (42,147,145). Sum of RGB (Red+Green+Blue) = 42+147+145=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #2A9391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9391 is #D56C6E. Grayscale: #737373. Windows color (decimal): -13986927 or 9540394. OLE color: 9540394.

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

Color convert

RGB42147145-
CMYK0.7100.010.42
HSL178.86º55.56%37.06%-
HSV(B)178.86º71.43%57.65%-
XYZ16.523.430.44-
YUV115.38144.7175.66-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.57%
GREEN value IS 147 (57.81% from 255) = 44.01%
BLUE value IS 145 (57.03% from 255) = 43.41%
R=12.57%
G=44.01%
B=43.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal421471450.7100.010.42178.8655.5637.06
Hex2A939147012Ab33825
Octal5222322110701522637045
Binary101010100100111001000110001110110101010110011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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