Html Css Color HEX #309592 Java

📋 copy color: '#309592'

red 48 ◦ green 149 ◦ blue 146

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

Shades of Java #309592

Tints of Java #309592

RGB

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

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

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

R = 13.99%
G = 43.44%
B = 42.57%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#309592 (or 0x309592) is known color: Java. HEX triplet: 30, 95 and 92. RGB value is (48,149,146). Sum of RGB (Red+Green+Blue) = 48+149+146=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #309592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309592 is #CF6A6D. Grayscale: #767676. Windows color (decimal): -13593198 or 9606448. OLE color: 9606448.

HSL color Cylindrical-coordinate representation of color #309592: hue angle of 178.22º 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 #309592 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 149 146 -
CMYK 0.68 0 0.02 0.42
HSL 178.22º 0.51% 0.39% -
HSV(B) 178.22º 0.68% 0.58% -
XYZ 17.15 24.2 30.96 -
YUV 118.46 143.54 77.74 -
System Red Green Blue C M Y K H S L
Decimal 48 149 146 0.68 0 0.02 0.42 178.22 0.51 0.39
Hex 30 95 92 44 0 2 2A B2 33 27
Octal 60 225 222 104 0 2 52 262 63 47
Binary 110000 10010101 10010010 1000100 0 10 101010 10110010 110011 100111

Color Harmonies of #309592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309592

Black with #309592

Text Example


Text Example

White with #309592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309592; }

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

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

background-color css

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

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

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

border-color css

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

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

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