#308D92

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

Shades of Java #308D92

Tints of Java #308D92

Color information

#308D92 (or 0x308D92) is unknown color: approx Java. HEX triplet: 30, 8D and 92. RGB value is (48,141,146). Sum of RGB (Red+Green+Blue) = 48+141+146=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #308D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308D92 is #CF726D. Grayscale: #717171. Windows color (decimal): -13595246 or 9604400. OLE color: 9604400.

HSL color Cylindrical-coordinate representation of color #308D92: hue angle of 183.06º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #308D92 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB48141146-
CMYK0.670.0300.43
HSL183.06º50.52%38.04%-
HSV(B)183.06º67.12%57.25%-
XYZ15.9321.7530.55-
YUV113.76146.1981.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.33%
GREEN value IS 141 (55.47% from 255) = 42.09%
BLUE value IS 146 (57.42% from 255) = 43.58%
R=14.33%
G=42.09%
B=43.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481411460.670.0300.43183.0650.5238.04
Hex308D9243302Bb73326
Octal6021522210330532676346
Binary1100001000110110010010100001111010101110110111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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