#30988D

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

Shades of Java #30988D

Tints of Java #30988D

Color information

#30988D (or 0x30988D) is unknown color: approx Java. HEX triplet: 30, 98 and 8D. RGB value is (48,152,141). Sum of RGB (Red+Green+Blue) = 48+152+141=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #30988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30988D is #CF6772. Grayscale: #777777. Windows color (decimal): -13592435 or 9279536. OLE color: 9279536.

HSL color Cylindrical-coordinate representation of color #30988D: hue angle of 173.65º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30988D is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB48152141-
CMYK0.6800.070.40
HSL173.65º52%39.22%-
HSV(B)173.65º68.42%59.61%-
XYZ17.2525.0129.12-
YUV119.65140.0476.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.08%
GREEN value IS 152 (59.77% from 255) = 44.57%
BLUE value IS 141 (55.47% from 255) = 41.35%
R=14.08%
G=44.57%
B=41.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481521410.6800.070.40173.655239.22
Hex30988D440728ae3427
Octal6023021510407502566447
Binary11000010011000100011011000100011110100010101110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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