#2D928D

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

Shades of Java #2D928D

Tints of Java #2D928D

Color information

#2D928D (or 0x2D928D) is unknown color: approx Java. HEX triplet: 2D, 92 and 8D. RGB value is (45,146,141). Sum of RGB (Red+Green+Blue) = 45+146+141=332 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.55% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #2D928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D928D is #D26D72. Grayscale: #737373. Windows color (decimal): -13790579 or 9277997. OLE color: 9277997.

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

Color convert

RGB45146141-
CMYK0.6900.030.43
HSL177.03º52.88%37.45%-
HSV(B)177.03º69.18%57.25%-
XYZ16.1723.0428.79-
YUV115.23142.5477.91-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.55%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 141 (55.47% from 255) = 42.47%
R=13.55%
G=43.98%
B=42.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal451461410.6900.030.43177.0352.8837.45
Hex2D928D45032Bb13525
Octal5522221510503532616545
Binary1011011001001010001101100010101110101110110001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,146,141); }

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

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

 a { background-color: rgb(45,146,141); }

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

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

 span { border-color: rgb(45,146,141); }

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