Html Css Color HEX #309A91 Java

📋 copy color: '#309A91'

red 48 ◦ green 154 ◦ blue 145

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

Shades of Java #309A91

Tints of Java #309A91

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.38%

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

R = 13.83%
G = 44.38%
B = 41.79%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#309A91 (or 0x309A91) is known color: Java. HEX triplet: 30, 9A and 91. RGB value is (48,154,145). Sum of RGB (Red+Green+Blue) = 48+154+145=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 154 - color contains mainly: green. Hex color #309A91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309A91 is #CF656E. Grayscale: #797979. Windows color (decimal): -13591919 or 9542192. OLE color: 9542192.

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

Color convert

RGB 48 154 145 -
CMYK 0.69 0 0.06 0.40
HSL 174.91º 0.52% 0.4% -
HSV(B) 174.91º 0.69% 0.6% -
XYZ 17.89 25.78 30.82 -
YUV 121.28 141.38 75.73 -
System Red Green Blue C M Y K H S L
Decimal 48 154 145 0.69 0 0.06 0.40 174.91 0.52 0.4
Hex 30 9A 91 45 0 6 28 AF 34 28
Octal 60 232 221 105 0 6 50 257 64 50
Binary 110000 10011010 10010001 1000101 0 110 101000 10101111 110100 101000

Color Harmonies of #309A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309A91

Black with #309A91

Text Example


Text Example

White with #309A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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