#2A9E95

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

Shades of Java #2A9E95

Tints of Java #2A9E95

Color information

#2A9E95 (or 0x2A9E95) is unknown color: approx Java. HEX triplet: 2A, 9E and 95. RGB value is (42,158,149). Sum of RGB (Red+Green+Blue) = 42+158+149=349 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.03% from 349); Green value is 158 (62.11% from 255 or 45.27% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 158 - color contains mainly: green. Hex color #2A9E95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9E95 is #D5616A. Grayscale: #7A7A7A. Windows color (decimal): -13984107 or 9805354. OLE color: 9805354.

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

Color convert

RGB42158149-
CMYK0.7300.060.38
HSL175.34º58%39.22%-
HSV(B)175.34º73.42%61.96%-
XYZ18.6127.1232.69-
YUV122.29143.0770.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.03%
GREEN value IS 158 (62.11% from 255) = 45.27%
BLUE value IS 149 (58.59% from 255) = 42.69%
R=12.03%
G=45.27%
B=42.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421581490.7300.060.38175.345839.22
Hex2A9E95490626af3a27
Octal5223622511106462577247
Binary10101010011110100101011001001011010011010101111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,158,149); }

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

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

 a { background-color: rgb(42,158,149); }

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

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

 span { border-color: rgb(42,158,149); }

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