#2AA299

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

Shades of Java #2AA299

Tints of Java #2AA299

Color information

#2AA299 (or 0x2AA299) is unknown color: approx Java. HEX triplet: 2A, A2 and 99. RGB value is (42,162,153). Sum of RGB (Red+Green+Blue) = 42+162+153=357 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.76% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AA299 is #D55D66. Grayscale: #7D7D7D. Windows color (decimal): -13983079 or 10068522. OLE color: 10068522.

HSL color Cylindrical-coordinate representation of color #2AA299: hue angle of 175.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA299 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB42162153-
CMYK0.7400.060.36
HSL175.5º58.82%40%-
HSV(B)175.5º74.07%63.53%-
XYZ19.6228.6334.63-
YUV125.09143.7468.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.76%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=11.76%
G=45.38%
B=42.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421621530.7400.060.36175.558.8240
Hex2AA2994A0624b03b28
Octal5224223111206442607350
Binary10101010100010100110011001010011010010010110000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,162,153); }

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

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

 a { background-color: rgb(42,162,153); }

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

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

 span { border-color: rgb(42,162,153); }

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