Html Css Color HEX #309290 Java

📋 copy color: '#309290'

red 48 ◦ green 146 ◦ blue 144

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

Shades of Java #309290

Tints of Java #309290

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.2%

 BLUE value IS 144 (56.64% from 255) = 42.6%

R = 14.2%
G = 43.2%
B = 42.6%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#309290 (or 0x309290) is known color: Java. HEX triplet: 30, 92 and 90. RGB value is (48,146,144). Sum of RGB (Red+Green+Blue) = 48+146+144=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #309290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309290 is #CF6D6F. Grayscale: #747474. Windows color (decimal): -13593968 or 9474608. OLE color: 9474608.

HSL color Cylindrical-coordinate representation of color #309290: hue angle of 178.78º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309290 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 146 144 -
CMYK 0.67 0 0.01 0.43
HSL 178.78º 0.51% 0.38% -
HSV(B) 178.78º 0.67% 0.57% -
XYZ 16.53 23.2 29.99 -
YUV 116.47 143.53 79.16 -
System Red Green Blue C M Y K H S L
Decimal 48 146 144 0.67 0 0.01 0.43 178.78 0.51 0.38
Hex 30 92 90 43 0 1 2B B3 33 26
Octal 60 222 220 103 0 1 53 263 63 46
Binary 110000 10010010 10010000 1000011 0 1 101011 10110011 110011 100110

Color Harmonies of #309290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309290

Black with #309290

Text Example


Text Example

White with #309290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309290; }

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

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

background-color css

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

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

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

border-color css

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

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

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