#2A9491

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

Shades of Java #2A9491

Tints of Java #2A9491

Color information

#2A9491 (or 0x2A9491) is unknown color: approx Java. HEX triplet: 2A, 94 and 91. RGB value is (42,148,145). Sum of RGB (Red+Green+Blue) = 42+148+145=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #2A9491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9491 is #D56B6E. Grayscale: #737373. Windows color (decimal): -13986671 or 9540650. OLE color: 9540650.

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

Color convert

RGB42148145-
CMYK0.7200.020.42
HSL178.3º55.79%37.25%-
HSV(B)178.3º71.62%58.04%-
XYZ16.6623.7230.49-
YUV115.96144.3875.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.54%
GREEN value IS 148 (58.20% from 255) = 44.18%
BLUE value IS 145 (57.03% from 255) = 43.28%
R=12.54%
G=44.18%
B=43.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal421481450.7200.020.42178.355.7937.25
Hex2A949148022Ab23825
Octal5222422111002522627045
Binary1010101001010010010001100100001010101010110010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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