Shades of Turtle Green #383D02
Tints of Turtle Green #383D02
RGB
CMYK
RGB Variations
Color information
#383D02 (or 0x383D02) is known color: Turtle Green. HEX triplet: 38, 3D and 02. RGB value is (56,61,2). Sum of RGB (Red+Green+Blue) = 56+61+2=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #383D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383D02 is #C7C2FD. Grayscale: #353535. Windows color (decimal): -13091582 or 146744. OLE color: 146744.
HSL color Cylindrical-coordinate representation of color #383D02: hue angle of 65.08º 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 #383D02 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 61 | 2 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.76 |
| HSL | 65.08º | 0.94% | 0.12% | - |
| HSV(B) | 65.08º | 0.97% | 0.24% | - |
| XYZ | 3.31 | 4.18 | 0.69 | - |
| YUV | 52.78 | 99.34 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 61 | 2 | 0.08 | 0 | 0.97 | 0.76 | 65.08 | 0.94 | 0.12 |
| Hex | 38 | 3D | 2 | 8 | 0 | 61 | 4C | 41 | 5E | C |
| Octal | 70 | 75 | 2 | 10 | 0 | 141 | 114 | 101 | 136 | 14 |
| Binary | 111000 | 111101 | 10 | 1000 | 0 | 1100001 | 1001100 | 1000001 | 1011110 | 1100 |
Color Harmonies of #383D02
Complementary color
Monochromatic Colors of #383D02
Black with #383D02
Text Example
Text Example
White with #383D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383D02; }
p { color: rgb(56,61,2); }
H1.HeaderClassName
{
color: #383D02;
}
.AnyTagClassName
{
color: #383D02;
}
</style>
background-color css
<style>
a { background-color: #383D02; }
a { background-color: rgb(56,61,2); }
div.DivClassName
{
background-color: #383D02;
}
.BgClassName
{
background-color: #383D02;
}
</style>
border-color css
<style>
span { border-color: #383D02; }
span { border-color: rgb(56,61,2); }
td.TdClassName
{
border-color: #383D02;
}
.TagClassName
{
border-color: #383D02;
}
</style>