Html Css Color HEX #309595 Java

📋 copy color: '#309595'

red 48 ◦ green 149 ◦ blue 149

#309595
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #309595

Tints of Java #309595

RGB

 RED value IS 48 (19.14% from 255) = 13.87%

 GREEN value IS 149 (58.59% from 255) = 43.06%

 BLUE value IS 149 (58.59% from 255) = 43.06%

R = 13.87%
G = 43.06%
B = 43.06%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#309595 (or 0x309595) is known color: Java. HEX triplet: 30, 95 and 95. RGB value is (48,149,149). Sum of RGB (Red+Green+Blue) = 48+149+149=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #309595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309595 is #CF6A6A. Grayscale: #767676. Windows color (decimal): -13593195 or 9803056. OLE color: 9803056.

HSL color Cylindrical-coordinate representation of color #309595: hue angle of 180º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309595 is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 149 149 -
CMYK 0.68 0 0 0.42
HSL 180º 0.51% 0.39% -
HSV(B) 180º 0.68% 0.58% -
XYZ 17.39 24.29 32.21 -
YUV 118.8 145.04 77.5 -
System Red Green Blue C M Y K H S L
Decimal 48 149 149 0.68 0 0 0.42 180 0.51 0.39
Hex 30 95 95 44 0 0 2A B4 33 27
Octal 60 225 225 104 0 0 52 264 63 47
Binary 110000 10010101 10010101 1000100 0 0 101010 10110100 110011 100111

Color Harmonies of #309595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309595

Black with #309595

Text Example


Text Example

White with #309595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309595; }

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

 H1.HeaderClassName
 {
   color: #309595;
 }
 .AnyTagClassName
 {
   color: #309595;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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