#2C8D87

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

Shades of Java #2C8D87

Tints of Java #2C8D87

Color information

#2C8D87 (or 0x2C8D87) is unknown color: approx Java. HEX triplet: 2C, 8D and 87. RGB value is (44,141,135). Sum of RGB (Red+Green+Blue) = 44+141+135=320 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.75% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #2C8D87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8D87 is #D37278. Grayscale: #6F6F6F. Windows color (decimal): -13857401 or 8883500. OLE color: 8883500.

HSL color Cylindrical-coordinate representation of color #2C8D87: hue angle of 176.29º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8D87 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB44141135-
CMYK0.6900.040.45
HSL176.29º52.43%36.27%-
HSV(B)176.29º68.79%55.29%-
XYZ14.9421.3326.25-
YUV111.31141.3679.99-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.75%
GREEN value IS 141 (55.47% from 255) = 44.06%
BLUE value IS 135 (53.12% from 255) = 42.19%
R=13.75%
G=44.06%
B=42.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal441411350.6900.040.45176.2952.4336.27
Hex2C8D8745042Db03424
Octal5421520710504552606444
Binary10110010001101100001111000101010010110110110000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,141,135); }

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

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

 a { background-color: rgb(44,141,135); }

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

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

 span { border-color: rgb(44,141,135); }

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