#309E95

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

Shades of Java #309E95

Tints of Java #309E95

Color information

#309E95 (or 0x309E95) is unknown color: approx Java. HEX triplet: 30, 9E and 95. RGB value is (48,158,149). Sum of RGB (Red+Green+Blue) = 48+158+149=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 158 - color contains mainly: green. Hex color #309E95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309E95 is #CF616A. Grayscale: #7C7C7C. Windows color (decimal): -13590891 or 9805360. OLE color: 9805360.

HSL color Cylindrical-coordinate representation of color #309E95: hue angle of 175.09º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309E95 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB48158149-
CMYK0.7000.060.38
HSL175.09º53.4%40.39%-
HSV(B)175.09º69.62%61.96%-
XYZ18.8727.2532.7-
YUV124.08142.0673.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.52%
GREEN value IS 158 (62.11% from 255) = 44.51%
BLUE value IS 149 (58.59% from 255) = 41.97%
R=13.52%
G=44.51%
B=41.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481581490.7000.060.38175.0953.440.39
Hex309E95460626af3528
Octal6023622510606462576550
Binary11000010011110100101011000110011010011010101111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309E95; }

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

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

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

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

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

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

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

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