#2A9A8D

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

Shades of Java #2A9A8D

Tints of Java #2A9A8D

Color information

#2A9A8D (or 0x2A9A8D) is unknown color: approx Java. HEX triplet: 2A, 9A and 8D. RGB value is (42,154,141). Sum of RGB (Red+Green+Blue) = 42+154+141=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 154 - color contains mainly: green. Hex color #2A9A8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9A8D is #D56572. Grayscale: #767676. Windows color (decimal): -13985139 or 9280042. OLE color: 9280042.

HSL color Cylindrical-coordinate representation of color #2A9A8D: hue angle of 173.04º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9A8D is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB42154141-
CMYK0.7300.080.40
HSL173.04º57.14%38.43%-
HSV(B)173.04º72.73%60.39%-
XYZ17.3225.5329.21-
YUV119.03140.3973.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.46%
GREEN value IS 154 (60.55% from 255) = 45.70%
BLUE value IS 141 (55.47% from 255) = 41.84%
R=12.46%
G=45.70%
B=41.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal421541410.7300.080.40173.0457.1438.43
Hex2A9A8D490828ad3926
Octal52232215111010502557146
Binary101010100110101000110110010010100010100010101101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,154,141); }

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

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

 a { background-color: rgb(42,154,141); }

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

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

 span { border-color: rgb(42,154,141); }

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