#2C9D90

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

Shades of Java #2C9D90

Tints of Java #2C9D90

Color information

#2C9D90 (or 0x2C9D90) is unknown color: approx Java. HEX triplet: 2C, 9D and 90. RGB value is (44,157,144). Sum of RGB (Red+Green+Blue) = 44+157+144=345 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.75% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #2C9D90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9D90 is #D3626F. Grayscale: #797979. Windows color (decimal): -13853296 or 9477420. OLE color: 9477420.

HSL color Cylindrical-coordinate representation of color #2C9D90: hue angle of 173.1º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9D90 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB44157144-
CMYK0.7200.080.38
HSL173.1º56.22%39.41%-
HSV(B)173.1º71.97%61.57%-
XYZ18.1326.6630.58-
YUV121.73140.5672.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.75%
GREEN value IS 157 (61.72% from 255) = 45.51%
BLUE value IS 144 (56.64% from 255) = 41.74%
R=12.75%
G=45.51%
B=41.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal441571440.7200.080.38173.156.2239.41
Hex2C9D90480826ad3827
Octal54235220110010462557047
Binary101100100111011001000010010000100010011010101101111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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