Shades of Fun Green #006234
Tints of Fun Green #006234
RGB
CMYK
RGB Variations
Color information
#006234 (or 0x006234) is known color: Fun Green. HEX triplet: 00, 62 and 34. RGB value is (0,98,52). Sum of RGB (Red+Green+Blue) = 0+98+52=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 98 (38.67% from 255 or 65.33% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 98 - color contains mainly: green. Hex color #006234 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006234 is #FF9DCB. Grayscale: #3F3F3F. Windows color (decimal): -16752076 or 3432960. OLE color: 3432960.
HSL color Cylindrical-coordinate representation of color #006234: hue angle of 151.84º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006234 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 98 | 52 | - |
| CMYK | 1 | 0 | 0.47 | 0.62 |
| HSL | 151.84º | 1% | 0.19% | - |
| HSV(B) | 151.84º | 1% | 0.38% | - |
| XYZ | 4.99 | 8.98 | 4.72 | - |
| YUV | 63.45 | 121.53 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 52 | 1 | 0 | 0.47 | 0.62 | 151.84 | 1 | 0.19 |
| Hex | 0 | 62 | 34 | 64 | 0 | 2F | 3E | 98 | 64 | 13 |
| Octal | 0 | 142 | 64 | 144 | 0 | 57 | 76 | 230 | 144 | 23 |
| Binary | 0 | 1100010 | 110100 | 1100100 | 0 | 101111 | 111110 | 10011000 | 1100100 | 10011 |
Color Harmonies of #006234
Complementary color
Monochromatic Colors of #006234
Black with #006234
Text Example
Text Example
White with #006234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006234; }
p { color: rgb(0,98,52); }
H1.HeaderClassName
{
color: #006234;
}
.AnyTagClassName
{
color: #006234;
}
</style>
background-color css
<style>
a { background-color: #006234; }
a { background-color: rgb(0,98,52); }
div.DivClassName
{
background-color: #006234;
}
.BgClassName
{
background-color: #006234;
}
</style>
border-color css
<style>
span { border-color: #006234; }
span { border-color: rgb(0,98,52); }
td.TdClassName
{
border-color: #006234;
}
.TagClassName
{
border-color: #006234;
}
</style>