#2C9892

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

Shades of Java #2C9892

Tints of Java #2C9892

Color information

#2C9892 (or 0x2C9892) is unknown color: approx Java. HEX triplet: 2C, 98 and 92. RGB value is (44,152,146). Sum of RGB (Red+Green+Blue) = 44+152+146=342 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.87% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #2C9892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9892 is #D3676D. Grayscale: #767676. Windows color (decimal): -13854574 or 9607212. OLE color: 9607212.

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

Color convert

RGB44152146-
CMYK0.7100.040.40
HSL176.67º55.1%38.43%-
HSV(B)176.67º71.05%59.61%-
XYZ17.4625.0731.11-
YUV119.02143.2274.49-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.87%
GREEN value IS 152 (59.77% from 255) = 44.44%
BLUE value IS 146 (57.42% from 255) = 42.69%
R=12.87%
G=44.44%
B=42.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal441521460.7100.040.40176.6755.138.43
Hex2C9892470428b13726
Octal5423022210704502616746
Binary10110010011000100100101000111010010100010110001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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