#30918D

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

Shades of Java #30918D

Tints of Java #30918D

Color information

#30918D (or 0x30918D) is unknown color: approx Java. HEX triplet: 30, 91 and 8D. RGB value is (48,145,141). Sum of RGB (Red+Green+Blue) = 48+145+141=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #30918D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30918D is #CF6E72. Grayscale: #737373. Windows color (decimal): -13594227 or 9277744. OLE color: 9277744.

HSL color Cylindrical-coordinate representation of color #30918D: hue angle of 177.53º degrees, saturation: 0.5, 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 #30918D is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB48145141-
CMYK0.6700.030.43
HSL177.53º50.26%37.84%-
HSV(B)177.53º66.9%56.86%-
XYZ16.1522.828.75-
YUV115.54142.3679.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.37%
GREEN value IS 145 (57.03% from 255) = 43.41%
BLUE value IS 141 (55.47% from 255) = 42.22%
R=14.37%
G=43.41%
B=42.22%

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
Decimal481451410.6700.030.43177.5350.2637.84
Hex30918D43032Bb23226
Octal6022121510303532626246
Binary1100001001000110001101100001101110101110110010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30918D; }

 p { color: rgb(48,145,141); }

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

<style>
 a { background-color: #30918D; }

 a { background-color: rgb(48,145,141); }

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

<style>
 span { border-color: #30918D; }

 span { border-color: rgb(48,145,141); }

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