Shades of Turtle Green #323A02
Tints of Turtle Green #323A02
RGB
CMYK
RGB Variations
Color information
#323A02 (or 0x323A02) is known color: Turtle Green. HEX triplet: 32, 3A and 02. RGB value is (50,58,2). Sum of RGB (Red+Green+Blue) = 50+58+2=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 58 (23.05% from 255 or 52.73% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 58 - color contains mainly: green. Hex color #323A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323A02 is #CDC5FD. Grayscale: #313131. Windows color (decimal): -13485566 or 145970. OLE color: 145970.
HSL color Cylindrical-coordinate representation of color #323A02: hue angle of 68.57º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #323A02 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 58 | 2 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.77 |
| HSL | 68.57º | 0.93% | 0.12% | - |
| HSV(B) | 68.57º | 0.97% | 0.23% | - |
| XYZ | 2.84 | 3.71 | 0.62 | - |
| YUV | 49.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 2 | 0.14 | 0 | 0.97 | 0.77 | 68.57 | 0.93 | 0.12 |
| Hex | 32 | 3A | 2 | E | 0 | 61 | 4D | 45 | 5D | C |
| Octal | 62 | 72 | 2 | 16 | 0 | 141 | 115 | 105 | 135 | 14 |
| Binary | 110010 | 111010 | 10 | 1110 | 0 | 1100001 | 1001101 | 1000101 | 1011101 | 1100 |
Color Harmonies of #323A02
Complementary color
Monochromatic Colors of #323A02
Black with #323A02
Text Example
Text Example
White with #323A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A02; }
p { color: rgb(50,58,2); }
H1.HeaderClassName
{
color: #323A02;
}
.AnyTagClassName
{
color: #323A02;
}
</style>
background-color css
<style>
a { background-color: #323A02; }
a { background-color: rgb(50,58,2); }
div.DivClassName
{
background-color: #323A02;
}
.BgClassName
{
background-color: #323A02;
}
</style>
border-color css
<style>
span { border-color: #323A02; }
span { border-color: rgb(50,58,2); }
td.TdClassName
{
border-color: #323A02;
}
.TagClassName
{
border-color: #323A02;
}
</style>