Shades of Turtle Green #264C02
Tints of Turtle Green #264C02
RGB
CMYK
RGB Variations
Color information
#264C02 (or 0x264C02) is known color: Turtle Green. HEX triplet: 26, 4C and 02. RGB value is (38,76,2). Sum of RGB (Red+Green+Blue) = 38+76+2=116 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.76% from 116); Green value is 76 (30.08% from 255 or 65.52% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 76 - color contains mainly: green. Hex color #264C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264C02 is #D9B3FD. Grayscale: #383838. Windows color (decimal): -14267390 or 150566. OLE color: 150566.
HSL color Cylindrical-coordinate representation of color #264C02: hue angle of 90.81º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #264C02 is Cyan = 0.5, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 2 | - |
| CMYK | 0.5 | 0 | 0.97 | 0.70 |
| HSL | 90.81º | 0.95% | 0.15% | - |
| HSV(B) | 90.81º | 0.97% | 0.3% | - |
| XYZ | 3.39 | 5.59 | 0.96 | - |
| YUV | 56.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 2 | 0.5 | 0 | 0.97 | 0.70 | 90.81 | 0.95 | 0.15 |
| Hex | 26 | 4C | 2 | 32 | 0 | 61 | 46 | 5B | 5F | F |
| Octal | 46 | 114 | 2 | 62 | 0 | 141 | 106 | 133 | 137 | 17 |
| Binary | 100110 | 1001100 | 10 | 110010 | 0 | 1100001 | 1000110 | 1011011 | 1011111 | 1111 |
Color Harmonies of #264C02
Complementary color
Monochromatic Colors of #264C02
Black with #264C02
Text Example
Text Example
White with #264C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C02; }
p { color: rgb(38,76,2); }
H1.HeaderClassName
{
color: #264C02;
}
.AnyTagClassName
{
color: #264C02;
}
</style>
background-color css
<style>
a { background-color: #264C02; }
a { background-color: rgb(38,76,2); }
div.DivClassName
{
background-color: #264C02;
}
.BgClassName
{
background-color: #264C02;
}
</style>
border-color css
<style>
span { border-color: #264C02; }
span { border-color: rgb(38,76,2); }
td.TdClassName
{
border-color: #264C02;
}
.TagClassName
{
border-color: #264C02;
}
</style>