Html Css Color HEX #309992 Java

📋 copy color: '#309992'

red 48 ◦ green 153 ◦ blue 146

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

Shades of Java #309992

Tints of Java #309992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.09%

 BLUE value IS 146 (57.42% from 255) = 42.07%

R = 13.83%
G = 44.09%
B = 42.07%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#309992 (or 0x309992) is known color: Java. HEX triplet: 30, 99 and 92. RGB value is (48,153,146). Sum of RGB (Red+Green+Blue) = 48+153+146=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #309992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309992 is #CF666D. Grayscale: #787878. Windows color (decimal): -13592174 or 9607472. OLE color: 9607472.

HSL color Cylindrical-coordinate representation of color #309992: hue angle of 176º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309992 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 153 146 -
CMYK 0.69 0 0.05 0.4
HSL 176º 0.52% 0.39% -
HSV(B) 176º 0.69% 0.6% -
XYZ 17.8 25.49 31.18 -
YUV 120.81 142.21 76.07 -
System Red Green Blue C M Y K H S L
Decimal 48 153 146 0.69 0 0.05 0.4 176 0.52 0.39
Hex 30 99 92 45 0 5 28 B0 34 27
Octal 60 231 222 105 0 5 50 260 64 47
Binary 110000 10011001 10010010 1000101 0 101 101000 10110000 110100 100111

Color Harmonies of #309992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309992

Black with #309992

Text Example


Text Example

White with #309992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309992; }

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

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

background-color css

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

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

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

border-color css

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

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

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