Shades of Java #30A397
Tints of Java #30A397
RGB
CMYK
RGB Variations
Color information
#30A397 (or 0x30A397) is known color: Java. HEX triplet: 30, A3 and 97. RGB value is (48,163,151). Sum of RGB (Red+Green+Blue) = 48+163+151=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 163 - color contains mainly: green. Hex color #30A397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A397 is #CF5C68. Grayscale: #7F7F7F. Windows color (decimal): -13589609 or 9937712. OLE color: 9937712.
HSL color Cylindrical-coordinate representation of color #30A397: hue angle of 173.74º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A397 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 163 | 151 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.36 |
| HSL | 173.74º | 0.55% | 0.41% | - |
| HSV(B) | 173.74º | 0.71% | 0.64% | - |
| XYZ | 19.9 | 29.06 | 33.84 | - |
| YUV | 127.25 | 141.4 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 163 | 151 | 0.71 | 0 | 0.07 | 0.36 | 173.74 | 0.55 | 0.41 |
| Hex | 30 | A3 | 97 | 47 | 0 | 7 | 24 | AE | 37 | 29 |
| Octal | 60 | 243 | 227 | 107 | 0 | 7 | 44 | 256 | 67 | 51 |
| Binary | 110000 | 10100011 | 10010111 | 1000111 | 0 | 111 | 100100 | 10101110 | 110111 | 101001 |
Color Harmonies of #30A397
Complementary color
Monochromatic Colors of #30A397
Black with #30A397
Text Example
Text Example
White with #30A397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A397; }
p { color: rgb(48,163,151); }
H1.HeaderClassName
{
color: #30A397;
}
.AnyTagClassName
{
color: #30A397;
}
</style>
background-color css
<style>
a { background-color: #30A397; }
a { background-color: rgb(48,163,151); }
div.DivClassName
{
background-color: #30A397;
}
.BgClassName
{
background-color: #30A397;
}
</style>
border-color css
<style>
span { border-color: #30A397; }
span { border-color: rgb(48,163,151); }
td.TdClassName
{
border-color: #30A397;
}
.TagClassName
{
border-color: #30A397;
}
</style>