Shades of Eucalyptus #30926A
Tints of Eucalyptus #30926A
RGB
CMYK
RGB Variations
Color information
#30926A (or 0x30926A) is known color: Eucalyptus. HEX triplet: 30, 92 and 6A. RGB value is (48,146,106). Sum of RGB (Red+Green+Blue) = 48+146+106=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #30926A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30926A is #CF6D95. Grayscale: #707070. Windows color (decimal): -13594006 or 6984240. OLE color: 6984240.
HSL color Cylindrical-coordinate representation of color #30926A: hue angle of 155.51º 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 #30926A is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 146 | 106 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.43 |
| HSL | 155.51º | 0.51% | 0.38% | - |
| HSV(B) | 155.51º | 0.67% | 0.57% | - |
| XYZ | 14.1 | 22.23 | 17.18 | - |
| YUV | 112.14 | 124.53 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 146 | 106 | 0.67 | 0 | 0.27 | 0.43 | 155.51 | 0.51 | 0.38 |
| Hex | 30 | 92 | 6A | 43 | 0 | 1B | 2B | 9C | 33 | 26 |
| Octal | 60 | 222 | 152 | 103 | 0 | 33 | 53 | 234 | 63 | 46 |
| Binary | 110000 | 10010010 | 1101010 | 1000011 | 0 | 11011 | 101011 | 10011100 | 110011 | 100110 |
Color Harmonies of #30926A
Complementary color
Monochromatic Colors of #30926A
Black with #30926A
Text Example
Text Example
White with #30926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30926A; }
p { color: rgb(48,146,106); }
H1.HeaderClassName
{
color: #30926A;
}
.AnyTagClassName
{
color: #30926A;
}
</style>
background-color css
<style>
a { background-color: #30926A; }
a { background-color: rgb(48,146,106); }
div.DivClassName
{
background-color: #30926A;
}
.BgClassName
{
background-color: #30926A;
}
</style>
border-color css
<style>
span { border-color: #30926A; }
span { border-color: rgb(48,146,106); }
td.TdClassName
{
border-color: #30926A;
}
.TagClassName
{
border-color: #30926A;
}
</style>