Html Css Color HEX #309891 Java

📋 copy color: '#309891'

red 48 ◦ green 152 ◦ blue 145

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

Shades of Java #309891

Tints of Java #309891

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.06%

 BLUE value IS 145 (57.03% from 255) = 42.03%

R = 13.91%
G = 44.06%
B = 42.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#309891 (or 0x309891) is known color: Java. HEX triplet: 30, 98 and 91. RGB value is (48,152,145). Sum of RGB (Red+Green+Blue) = 48+152+145=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #309891 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309891 is #CF676E. Grayscale: #787878. Windows color (decimal): -13592431 or 9541680. OLE color: 9541680.

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

Color convert

RGB 48 152 145 -
CMYK 0.68 0 0.05 0.40
HSL 175.96º 0.52% 0.39% -
HSV(B) 175.96º 0.68% 0.6% -
XYZ 17.56 25.13 30.71 -
YUV 120.11 142.04 76.57 -
System Red Green Blue C M Y K H S L
Decimal 48 152 145 0.68 0 0.05 0.40 175.96 0.52 0.39
Hex 30 98 91 44 0 5 28 B0 34 27
Octal 60 230 221 104 0 5 50 260 64 47
Binary 110000 10011000 10010001 1000100 0 101 101000 10110000 110100 100111

Color Harmonies of #309891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309891

Black with #309891

Text Example


Text Example

White with #309891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309891; }

 p { color: rgb(48,152,145); }

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

background-color css

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

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

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

border-color css

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

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

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