#309D9A

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

Shades of Java #309D9A

Tints of Java #309D9A

Color information

#309D9A (or 0x309D9A) is unknown color: approx Java. HEX triplet: 30, 9D and 9A. RGB value is (48,157,154). Sum of RGB (Red+Green+Blue) = 48+157+154=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #309D9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309D9A is #CF6265. Grayscale: #7B7B7B. Windows color (decimal): -13591142 or 10132784. OLE color: 10132784.

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

Color convert

RGB48157154-
CMYK0.6900.020.38
HSL178.35º53.17%40.2%-
HSV(B)178.35º69.43%61.57%-
XYZ19.1127.0834.79-
YUV124.07144.8973.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.37%
GREEN value IS 157 (61.72% from 255) = 43.73%
BLUE value IS 154 (60.55% from 255) = 42.90%
R=13.37%
G=43.73%
B=42.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481571540.6900.020.38178.3553.1740.2
Hex309D9A450226b23528
Octal6023523210502462626550
Binary1100001001110110011010100010101010011010110010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,157,154); }

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

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

 a { background-color: rgb(48,157,154); }

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

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

 span { border-color: rgb(48,157,154); }

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