Shades of Turtle Green #263D02
Tints of Turtle Green #263D02
RGB
CMYK
RGB Variations
Color information
#263D02 (or 0x263D02) is known color: Turtle Green. HEX triplet: 26, 3D and 02. RGB value is (38,61,2). Sum of RGB (Red+Green+Blue) = 38+61+2=101 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.62% from 101); Green value is 61 (24.22% from 255 or 60.40% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 61 - color contains mainly: green. Hex color #263D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263D02 is #D9C2FD. Grayscale: #2F2F2F. Windows color (decimal): -14271230 or 146726. OLE color: 146726.
HSL color Cylindrical-coordinate representation of color #263D02: hue angle of 83.39º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #263D02 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 61 | 2 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.76 |
| HSL | 83.39º | 0.94% | 0.12% | - |
| HSV(B) | 83.39º | 0.97% | 0.24% | - |
| XYZ | 2.48 | 3.75 | 0.65 | - |
| YUV | 47.4 | 102.38 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 2 | 0.38 | 0 | 0.97 | 0.76 | 83.39 | 0.94 | 0.12 |
| Hex | 26 | 3D | 2 | 26 | 0 | 61 | 4C | 53 | 5E | C |
| Octal | 46 | 75 | 2 | 46 | 0 | 141 | 114 | 123 | 136 | 14 |
| Binary | 100110 | 111101 | 10 | 100110 | 0 | 1100001 | 1001100 | 1010011 | 1011110 | 1100 |
Color Harmonies of #263D02
Complementary color
Monochromatic Colors of #263D02
Black with #263D02
Text Example
Text Example
White with #263D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263D02; }
p { color: rgb(38,61,2); }
H1.HeaderClassName
{
color: #263D02;
}
.AnyTagClassName
{
color: #263D02;
}
</style>
background-color css
<style>
a { background-color: #263D02; }
a { background-color: rgb(38,61,2); }
div.DivClassName
{
background-color: #263D02;
}
.BgClassName
{
background-color: #263D02;
}
</style>
border-color css
<style>
span { border-color: #263D02; }
span { border-color: rgb(38,61,2); }
td.TdClassName
{
border-color: #263D02;
}
.TagClassName
{
border-color: #263D02;
}
</style>