#30928E

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

Shades of Java #30928E

Tints of Java #30928E

Color information

#30928E (or 0x30928E) is unknown color: approx Java. HEX triplet: 30, 92 and 8E. RGB value is (48,146,142). Sum of RGB (Red+Green+Blue) = 48+146+142=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #30928E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30928E is #CF6D71. Grayscale: #747474. Windows color (decimal): -13593970 or 9343536. OLE color: 9343536.

HSL color Cylindrical-coordinate representation of color #30928E: hue angle of 177.55º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30928E is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB48146142-
CMYK0.6700.030.43
HSL177.55º50.52%38.04%-
HSV(B)177.55º67.12%57.25%-
XYZ16.3823.1429.19-
YUV116.24142.5379.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.29%
GREEN value IS 146 (57.42% from 255) = 43.45%
BLUE value IS 142 (55.86% from 255) = 42.26%
R=14.29%
G=43.45%
B=42.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481461420.6700.030.43177.5550.5238.04
Hex30928E43032Bb23326
Octal6022221610303532626346
Binary1100001001001010001110100001101110101110110010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30928E; }

 p { color: rgb(48,146,142); }

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

<style>
 a { background-color: #30928E; }

 a { background-color: rgb(48,146,142); }

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

<style>
 span { border-color: #30928E; }

 span { border-color: rgb(48,146,142); }

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