#2A8F83

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

Shades of Java #2A8F83

Tints of Java #2A8F83

Color information

#2A8F83 (or 0x2A8F83) is unknown color: approx Java. HEX triplet: 2A, 8F and 83. RGB value is (42,143,131). Sum of RGB (Red+Green+Blue) = 42+143+131=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 143 - color contains mainly: green. Hex color #2A8F83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8F83 is #D5707C. Grayscale: #6F6F6F. Windows color (decimal): -13987965 or 8621866. OLE color: 8621866.

HSL color Cylindrical-coordinate representation of color #2A8F83: hue angle of 172.87º 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 #2A8F83 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB42143131-
CMYK0.7100.080.44
HSL172.87º54.59%36.27%-
HSV(B)172.87º70.63%56.08%-
XYZ14.8721.7824.89-
YUV111.43139.0478.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.29%
GREEN value IS 143 (56.25% from 255) = 45.25%
BLUE value IS 131 (51.56% from 255) = 41.46%
R=13.29%
G=45.25%
B=41.46%

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
Decimal421431310.7100.080.44172.8754.5936.27
Hex2A8F8347082Cad3724
Octal52217203107010542556744
Binary101010100011111000001110001110100010110010101101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,143,131); }

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

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

 a { background-color: rgb(42,143,131); }

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

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

 span { border-color: rgb(42,143,131); }

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