Shades of Dark Pastel Green #07A233
Tints of Dark Pastel Green #07A233
RGB
CMYK
RGB Variations
Color information
#07A233 (or 0x07A233) is known color: Dark Pastel Green. HEX triplet: 07, A2 and 33. RGB value is (7,162,51). Sum of RGB (Red+Green+Blue) = 7+162+51=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 162 (63.67% from 255 or 73.64% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 162 - color contains mainly: green. Hex color #07A233 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A233 is #F85DCC. Grayscale: #676767. Windows color (decimal): -16276941 or 3383815. OLE color: 3383815.
HSL color Cylindrical-coordinate representation of color #07A233: hue angle of 137.03º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A233 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 162 | 51 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.36 |
| HSL | 137.03º | 0.92% | 0.33% | - |
| HSV(B) | 137.03º | 0.96% | 0.64% | - |
| XYZ | 13.61 | 26.12 | 7.46 | - |
| YUV | 103 | 98.65 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 162 | 51 | 0.96 | 0 | 0.69 | 0.36 | 137.03 | 0.92 | 0.33 |
| Hex | 7 | A2 | 33 | 60 | 0 | 45 | 24 | 89 | 5C | 21 |
| Octal | 7 | 242 | 63 | 140 | 0 | 105 | 44 | 211 | 134 | 41 |
| Binary | 111 | 10100010 | 110011 | 1100000 | 0 | 1000101 | 100100 | 10001001 | 1011100 | 100001 |
Color Harmonies of #07A233
Complementary color
Monochromatic Colors of #07A233
Black with #07A233
Text Example
Text Example
White with #07A233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A233; }
p { color: rgb(7,162,51); }
H1.HeaderClassName
{
color: #07A233;
}
.AnyTagClassName
{
color: #07A233;
}
</style>
background-color css
<style>
a { background-color: #07A233; }
a { background-color: rgb(7,162,51); }
div.DivClassName
{
background-color: #07A233;
}
.BgClassName
{
background-color: #07A233;
}
</style>
border-color css
<style>
span { border-color: #07A233; }
span { border-color: rgb(7,162,51); }
td.TdClassName
{
border-color: #07A233;
}
.TagClassName
{
border-color: #07A233;
}
</style>