Shades of Fun Green #02613A
Tints of Fun Green #02613A
RGB
CMYK
RGB Variations
Color information
#02613A (or 0x02613A) is known color: Fun Green. HEX triplet: 02, 61 and 3A. RGB value is (2,97,58). Sum of RGB (Red+Green+Blue) = 2+97+58=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 97 (38.28% from 255 or 61.78% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 97 - color contains mainly: green. Hex color #02613A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02613A is #FD9EC5. Grayscale: #404040. Windows color (decimal): -16621254 or 3825922. OLE color: 3825922.
HSL color Cylindrical-coordinate representation of color #02613A: hue angle of 155.37º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02613A is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 97 | 58 | - |
| CMYK | 0.98 | 0 | 0.40 | 0.62 |
| HSL | 155.37º | 0.96% | 0.19% | - |
| HSV(B) | 155.37º | 0.98% | 0.38% | - |
| XYZ | 5.06 | 8.87 | 5.45 | - |
| YUV | 64.15 | 124.53 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 97 | 58 | 0.98 | 0 | 0.40 | 0.62 | 155.37 | 0.96 | 0.19 |
| Hex | 2 | 61 | 3A | 62 | 0 | 28 | 3E | 9B | 60 | 13 |
| Octal | 2 | 141 | 72 | 142 | 0 | 50 | 76 | 233 | 140 | 23 |
| Binary | 10 | 1100001 | 111010 | 1100010 | 0 | 101000 | 111110 | 10011011 | 1100000 | 10011 |
Color Harmonies of #02613A
Complementary color
Monochromatic Colors of #02613A
Black with #02613A
Text Example
Text Example
White with #02613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02613A; }
p { color: rgb(2,97,58); }
H1.HeaderClassName
{
color: #02613A;
}
.AnyTagClassName
{
color: #02613A;
}
</style>
background-color css
<style>
a { background-color: #02613A; }
a { background-color: rgb(2,97,58); }
div.DivClassName
{
background-color: #02613A;
}
.BgClassName
{
background-color: #02613A;
}
</style>
border-color css
<style>
span { border-color: #02613A; }
span { border-color: rgb(2,97,58); }
td.TdClassName
{
border-color: #02613A;
}
.TagClassName
{
border-color: #02613A;
}
</style>