#2A9084

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

Shades of Java #2A9084

Tints of Java #2A9084

Color information

#2A9084 (or 0x2A9084) is unknown color: approx Java. HEX triplet: 2A, 90 and 84. RGB value is (42,144,132). Sum of RGB (Red+Green+Blue) = 42+144+132=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #2A9084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9084 is #D56F7B. Grayscale: #707070. Windows color (decimal): -13987708 or 8687658. OLE color: 8687658.

HSL color Cylindrical-coordinate representation of color #2A9084: hue angle of 172.94º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A9084 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB42144132-
CMYK0.7100.080.44
HSL172.94º54.84%36.47%-
HSV(B)172.94º70.83%56.47%-
XYZ15.0922.125.3-
YUV112.13139.2177.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.21%
GREEN value IS 144 (56.64% from 255) = 45.28%
BLUE value IS 132 (51.95% from 255) = 41.51%
R=13.21%
G=45.28%
B=41.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal421441320.7100.080.44172.9454.8436.47
Hex2A908447082Cad3724
Octal52220204107010542556744
Binary101010100100001000010010001110100010110010101101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,144,132); }

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

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

 a { background-color: rgb(42,144,132); }

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

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

 span { border-color: rgb(42,144,132); }

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