#2A9F95

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

Shades of Java #2A9F95

Tints of Java #2A9F95

Color information

#2A9F95 (or 0x2A9F95) is unknown color: approx Java. HEX triplet: 2A, 9F and 95. RGB value is (42,159,149). Sum of RGB (Red+Green+Blue) = 42+159+149=350 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 159 - color contains mainly: green. Hex color #2A9F95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9F95 is #D5606A. Grayscale: #7A7A7A. Windows color (decimal): -13983851 or 9805610. OLE color: 9805610.

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

Color convert

RGB42159149-
CMYK0.7400.060.38
HSL174.87º58.21%39.41%-
HSV(B)174.87º73.58%62.35%-
XYZ18.7827.4632.74-
YUV122.88142.7470.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12%
GREEN value IS 159 (62.5% from 255) = 45.43%
BLUE value IS 149 (58.59% from 255) = 42.57%
R=12%
G=45.43%
B=42.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421591490.7400.060.38174.8758.2139.41
Hex2A9F954A0626af3a27
Octal5223722511206462577247
Binary10101010011111100101011001010011010011010101111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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