#2C8D89

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

Shades of Java #2C8D89

Tints of Java #2C8D89

Color information

#2C8D89 (or 0x2C8D89) is unknown color: approx Java. HEX triplet: 2C, 8D and 89. RGB value is (44,141,137). Sum of RGB (Red+Green+Blue) = 44+141+137=322 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.66% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 141 - color contains mainly: green. Hex color #2C8D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C8D89 is #D37276. Grayscale: #6F6F6F. Windows color (decimal): -13857399 or 9014572. OLE color: 9014572.

HSL color Cylindrical-coordinate representation of color #2C8D89: hue angle of 177.53º 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 #2C8D89 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB44141137-
CMYK0.6900.030.45
HSL177.53º52.43%36.27%-
HSV(B)177.53º68.79%55.29%-
XYZ15.0821.3927-
YUV111.54142.3679.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.66%
GREEN value IS 141 (55.47% from 255) = 43.79%
BLUE value IS 137 (53.91% from 255) = 42.55%
R=13.66%
G=43.79%
B=42.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal441411370.6900.030.45177.5352.4336.27
Hex2C8D8945032Db23424
Octal5421521110503552626444
Binary1011001000110110001001100010101110110110110010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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