Shades of Turtle Green #383902
Tints of Turtle Green #383902
RGB
CMYK
RGB Variations
Color information
#383902 (or 0x383902) is known color: Turtle Green. HEX triplet: 38, 39 and 02. RGB value is (56,57,2). Sum of RGB (Red+Green+Blue) = 56+57+2=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #383902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383902 is #C7C6FD. Grayscale: #323232. Windows color (decimal): -13092606 or 145720. OLE color: 145720.
HSL color Cylindrical-coordinate representation of color #383902: hue angle of 61.09º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #383902 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 57 | 2 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.78 |
| HSL | 61.09º | 0.93% | 0.12% | - |
| HSV(B) | 61.09º | 0.96% | 0.22% | - |
| XYZ | 3.1 | 3.77 | 0.62 | - |
| YUV | 50.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 2 | 0.02 | 0 | 0.96 | 0.78 | 61.09 | 0.93 | 0.12 |
| Hex | 38 | 39 | 2 | 2 | 0 | 60 | 4E | 3D | 5D | C |
| Octal | 70 | 71 | 2 | 2 | 0 | 140 | 116 | 75 | 135 | 14 |
| Binary | 111000 | 111001 | 10 | 10 | 0 | 1100000 | 1001110 | 111101 | 1011101 | 1100 |
Color Harmonies of #383902
Complementary color
Monochromatic Colors of #383902
Black with #383902
Text Example
Text Example
White with #383902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383902; }
p { color: rgb(56,57,2); }
H1.HeaderClassName
{
color: #383902;
}
.AnyTagClassName
{
color: #383902;
}
</style>
background-color css
<style>
a { background-color: #383902; }
a { background-color: rgb(56,57,2); }
div.DivClassName
{
background-color: #383902;
}
.BgClassName
{
background-color: #383902;
}
</style>
border-color css
<style>
span { border-color: #383902; }
span { border-color: rgb(56,57,2); }
td.TdClassName
{
border-color: #383902;
}
.TagClassName
{
border-color: #383902;
}
</style>