Shades of Japanese Laurel #2D8A3D
Tints of Japanese Laurel #2D8A3D
RGB
CMYK
RGB Variations
Color information
#2D8A3D (or 0x2D8A3D) is known color: Japanese Laurel. HEX triplet: 2D, 8A and 3D. RGB value is (45,138,61). Sum of RGB (Red+Green+Blue) = 45+138+61=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 138 (54.30% from 255 or 56.56% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 138 - color contains mainly: green. Hex color #2D8A3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8A3D is #D275C2. Grayscale: #656565. Windows color (decimal): -13792707 or 4033069. OLE color: 4033069.
HSL color Cylindrical-coordinate representation of color #2D8A3D: hue angle of 130.32º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8A3D is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 138 | 61 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.46 |
| HSL | 130.32º | 0.51% | 0.36% | - |
| HSV(B) | 130.32º | 0.67% | 0.54% | - |
| XYZ | 11.01 | 19.07 | 7.52 | - |
| YUV | 101.42 | 105.19 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 138 | 61 | 0.67 | 0 | 0.56 | 0.46 | 130.32 | 0.51 | 0.36 |
| Hex | 2D | 8A | 3D | 43 | 0 | 38 | 2E | 82 | 33 | 24 |
| Octal | 55 | 212 | 75 | 103 | 0 | 70 | 56 | 202 | 63 | 44 |
| Binary | 101101 | 10001010 | 111101 | 1000011 | 0 | 111000 | 101110 | 10000010 | 110011 | 100100 |
Color Harmonies of #2D8A3D
Complementary color
Monochromatic Colors of #2D8A3D
Black with #2D8A3D
Text Example
Text Example
White with #2D8A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8A3D; }
p { color: rgb(45,138,61); }
H1.HeaderClassName
{
color: #2D8A3D;
}
.AnyTagClassName
{
color: #2D8A3D;
}
</style>
background-color css
<style>
a { background-color: #2D8A3D; }
a { background-color: rgb(45,138,61); }
div.DivClassName
{
background-color: #2D8A3D;
}
.BgClassName
{
background-color: #2D8A3D;
}
</style>
border-color css
<style>
span { border-color: #2D8A3D; }
span { border-color: rgb(45,138,61); }
td.TdClassName
{
border-color: #2D8A3D;
}
.TagClassName
{
border-color: #2D8A3D;
}
</style>