#309D92

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

Shades of Java #309D92

Tints of Java #309D92

Color information

#309D92 (or 0x309D92) is unknown color: approx Java. HEX triplet: 30, 9D and 92. RGB value is (48,157,146). Sum of RGB (Red+Green+Blue) = 48+157+146=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 157 - color contains mainly: green. Hex color #309D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309D92 is #CF626D. Grayscale: #7B7B7B. Windows color (decimal): -13591150 or 9608496. OLE color: 9608496.

HSL color Cylindrical-coordinate representation of color #309D92: hue angle of 173.94º 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 #309D92 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB48157146-
CMYK0.6900.070.38
HSL173.94º53.17%40.2%-
HSV(B)173.94º69.43%61.57%-
XYZ18.4626.8231.4-
YUV123.16140.8974.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.68%
GREEN value IS 157 (61.72% from 255) = 44.73%
BLUE value IS 146 (57.42% from 255) = 41.60%
R=13.68%
G=44.73%
B=41.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481571460.6900.070.38173.9453.1740.2
Hex309D92450726ae3528
Octal6023522210507462566550
Binary11000010011101100100101000101011110011010101110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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