#309995

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

Shades of Java #309995

Tints of Java #309995

Color information

#309995 (or 0x309995) is unknown color: approx Java. HEX triplet: 30, 99 and 95. RGB value is (48,153,149). Sum of RGB (Red+Green+Blue) = 48+153+149=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #309995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309995 is #CF666A. Grayscale: #797979. Windows color (decimal): -13592171 or 9804080. OLE color: 9804080.

HSL color Cylindrical-coordinate representation of color #309995: hue angle of 177.71º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309995 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB48153149-
CMYK0.6900.030.4
HSL177.71º52.24%39.41%-
HSV(B)177.71º68.63%60%-
XYZ18.0325.5832.42-
YUV121.15143.7175.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.71%
GREEN value IS 153 (60.16% from 255) = 43.71%
BLUE value IS 149 (58.59% from 255) = 42.57%
R=13.71%
G=43.71%
B=42.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481531490.6900.030.4177.7152.2439.41
Hex309995450328b23427
Octal6023122510503502626447
Binary1100001001100110010101100010101110100010110010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309995; }

 p { color: rgb(48,153,149); }

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

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

 a { background-color: rgb(48,153,149); }

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

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

 span { border-color: rgb(48,153,149); }

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