Shades of Kelly Green #38B022
Tints of Kelly Green #38B022
RGB
CMYK
RGB Variations
Color information
#38B022 (or 0x38B022) is known color: Kelly Green. HEX triplet: 38, B0 and 22. RGB value is (56,176,34). Sum of RGB (Red+Green+Blue) = 56+176+34=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 176 (69.14% from 255 or 66.17% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 176 - color contains mainly: green. Hex color #38B022 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38B022 is #C74FDD. Grayscale: #7C7C7C. Windows color (decimal): -13062110 or 2273336. OLE color: 2273336.
HSL color Cylindrical-coordinate representation of color #38B022: hue angle of 110.7º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38B022 is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 176 | 34 | - |
| CMYK | 0.68 | 0 | 0.81 | 0.31 |
| HSL | 110.7º | 0.68% | 0.41% | - |
| HSV(B) | 110.7º | 0.81% | 0.69% | - |
| XYZ | 17.44 | 32.01 | 6.77 | - |
| YUV | 123.93 | 77.24 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 176 | 34 | 0.68 | 0 | 0.81 | 0.31 | 110.7 | 0.68 | 0.41 |
| Hex | 38 | B0 | 22 | 44 | 0 | 51 | 1F | 6F | 44 | 29 |
| Octal | 70 | 260 | 42 | 104 | 0 | 121 | 37 | 157 | 104 | 51 |
| Binary | 111000 | 10110000 | 100010 | 1000100 | 0 | 1010001 | 11111 | 1101111 | 1000100 | 101001 |
Color Harmonies of #38B022
Complementary color
Monochromatic Colors of #38B022
Black with #38B022
Text Example
Text Example
White with #38B022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B022; }
p { color: rgb(56,176,34); }
H1.HeaderClassName
{
color: #38B022;
}
.AnyTagClassName
{
color: #38B022;
}
</style>
background-color css
<style>
a { background-color: #38B022; }
a { background-color: rgb(56,176,34); }
div.DivClassName
{
background-color: #38B022;
}
.BgClassName
{
background-color: #38B022;
}
</style>
border-color css
<style>
span { border-color: #38B022; }
span { border-color: rgb(56,176,34); }
td.TdClassName
{
border-color: #38B022;
}
.TagClassName
{
border-color: #38B022;
}
</style>