#2C9086

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

Shades of Java #2C9086

Tints of Java #2C9086

Color information

#2C9086 (or 0x2C9086) is unknown color: approx Java. HEX triplet: 2C, 90 and 86. RGB value is (44,144,134). Sum of RGB (Red+Green+Blue) = 44+144+134=322 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.66% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #2C9086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9086 is #D36F79. Grayscale: #707070. Windows color (decimal): -13856634 or 8818732. OLE color: 8818732.

HSL color Cylindrical-coordinate representation of color #2C9086: hue angle of 174º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C9086 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB44144134-
CMYK0.6900.070.44
HSL174º53.19%36.86%-
HSV(B)174º69.44%56.47%-
XYZ15.3222.226.03-
YUV112.96139.8778.81-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.66%
GREEN value IS 144 (56.64% from 255) = 44.72%
BLUE value IS 134 (52.73% from 255) = 41.61%
R=13.66%
G=44.72%
B=41.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal441441340.6900.070.4417453.1936.86
Hex2C908645072Cae3525
Octal5422020610507542566545
Binary10110010010000100001101000101011110110010101110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,144,134); }

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

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

 a { background-color: rgb(44,144,134); }

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

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

 span { border-color: rgb(44,144,134); }

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