#2A919A

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

Shades of Java #2A919A

Tints of Java #2A919A

Color information

#2A919A (or 0x2A919A) is unknown color: approx Java. HEX triplet: 2A, 91 and 9A. RGB value is (42,145,154). Sum of RGB (Red+Green+Blue) = 42+145+154=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A919A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A919A is #D56E65. Grayscale: #737373. Windows color (decimal): -13987430 or 10129706. OLE color: 10129706.

HSL color Cylindrical-coordinate representation of color #2A919A: hue angle of 184.82º 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 #2A919A is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB42145154-
CMYK0.730.0600.40
HSL184.82º57.14%38.43%-
HSV(B)184.82º72.73%60.39%-
XYZ16.9123.0834.13-
YUV115.23149.8875.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.32%
GREEN value IS 145 (57.03% from 255) = 42.52%
BLUE value IS 154 (60.55% from 255) = 45.16%
R=12.32%
G=42.52%
B=45.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal421451540.730.0600.40184.8257.1438.43
Hex2A919A496028b93926
Octal5222123211160502717146
Binary10101010010001100110101001001110010100010111001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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