Shades of Sea Green #269A45
Tints of Sea Green #269A45
RGB
CMYK
RGB Variations
Color information
#269A45 (or 0x269A45) is known color: Sea Green. HEX triplet: 26, 9A and 45. RGB value is (38,154,69). Sum of RGB (Red+Green+Blue) = 38+154+69=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 154 (60.55% from 255 or 59.00% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 154 - color contains mainly: green. Hex color #269A45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #269A45 is #D965BA. Grayscale: #6D6D6D. Windows color (decimal): -14247355 or 4561446. OLE color: 4561446.
HSL color Cylindrical-coordinate representation of color #269A45: hue angle of 136.03º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269A45 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 154 | 69 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.40 |
| HSL | 136.03º | 0.6% | 0.38% | - |
| HSV(B) | 136.03º | 0.75% | 0.6% | - |
| XYZ | 13.43 | 23.95 | 9.55 | - |
| YUV | 109.63 | 105.07 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 69 | 0.75 | 0 | 0.55 | 0.40 | 136.03 | 0.6 | 0.38 |
| Hex | 26 | 9A | 45 | 4B | 0 | 37 | 28 | 88 | 3C | 26 |
| Octal | 46 | 232 | 105 | 113 | 0 | 67 | 50 | 210 | 74 | 46 |
| Binary | 100110 | 10011010 | 1000101 | 1001011 | 0 | 110111 | 101000 | 10001000 | 111100 | 100110 |
Color Harmonies of #269A45
Complementary color
Monochromatic Colors of #269A45
Black with #269A45
Text Example
Text Example
White with #269A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269A45; }
p { color: rgb(38,154,69); }
H1.HeaderClassName
{
color: #269A45;
}
.AnyTagClassName
{
color: #269A45;
}
</style>
background-color css
<style>
a { background-color: #269A45; }
a { background-color: rgb(38,154,69); }
div.DivClassName
{
background-color: #269A45;
}
.BgClassName
{
background-color: #269A45;
}
</style>
border-color css
<style>
span { border-color: #269A45; }
span { border-color: rgb(38,154,69); }
td.TdClassName
{
border-color: #269A45;
}
.TagClassName
{
border-color: #269A45;
}
</style>