#2C988D

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

Shades of Java #2C988D

Tints of Java #2C988D

Color information

#2C988D (or 0x2C988D) is unknown color: approx Java. HEX triplet: 2C, 98 and 8D. RGB value is (44,152,141). Sum of RGB (Red+Green+Blue) = 44+152+141=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #2C988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C988D is #D36772. Grayscale: #767676. Windows color (decimal): -13854579 or 9279532. OLE color: 9279532.

HSL color Cylindrical-coordinate representation of color #2C988D: hue angle of 173.89º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C988D is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB44152141-
CMYK0.7100.070.40
HSL173.89º55.1%38.43%-
HSV(B)173.89º71.05%59.61%-
XYZ17.0724.9229.11-
YUV118.45140.7274.89-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.06%
GREEN value IS 152 (59.77% from 255) = 45.10%
BLUE value IS 141 (55.47% from 255) = 41.84%
R=13.06%
G=45.10%
B=41.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal441521410.7100.070.40173.8955.138.43
Hex2C988D470728ae3726
Octal5423021510707502566746
Binary10110010011000100011011000111011110100010101110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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