Shades of Dark Pastel Green #1BC338
Tints of Dark Pastel Green #1BC338
RGB
CMYK
RGB Variations
Color information
#1BC338 (or 0x1BC338) is known color: Dark Pastel Green. HEX triplet: 1B, C3 and 38. RGB value is (27,195,56). Sum of RGB (Red+Green+Blue) = 27+195+56=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 195 (76.56% from 255 or 70.14% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 195 - color contains mainly: green. Hex color #1BC338 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC338 is #E43CC7. Grayscale: #818181. Windows color (decimal): -14957768 or 3719963. OLE color: 3719963.
HSL color Cylindrical-coordinate representation of color #1BC338: hue angle of 130.36º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC338 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 195 | 56 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.24 |
| HSL | 130.36º | 0.76% | 0.44% | - |
| HSV(B) | 130.36º | 0.86% | 0.76% | - |
| XYZ | 20.68 | 39.55 | 10.29 | - |
| YUV | 128.92 | 86.84 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 195 | 56 | 0.86 | 0 | 0.71 | 0.24 | 130.36 | 0.76 | 0.44 |
| Hex | 1B | C3 | 38 | 56 | 0 | 47 | 18 | 82 | 4C | 2C |
| Octal | 33 | 303 | 70 | 126 | 0 | 107 | 30 | 202 | 114 | 54 |
| Binary | 11011 | 11000011 | 111000 | 1010110 | 0 | 1000111 | 11000 | 10000010 | 1001100 | 101100 |
Color Harmonies of #1BC338
Complementary color
Monochromatic Colors of #1BC338
Black with #1BC338
Text Example
Text Example
White with #1BC338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC338; }
p { color: rgb(27,195,56); }
H1.HeaderClassName
{
color: #1BC338;
}
.AnyTagClassName
{
color: #1BC338;
}
</style>
background-color css
<style>
a { background-color: #1BC338; }
a { background-color: rgb(27,195,56); }
div.DivClassName
{
background-color: #1BC338;
}
.BgClassName
{
background-color: #1BC338;
}
</style>
border-color css
<style>
span { border-color: #1BC338; }
span { border-color: rgb(27,195,56); }
td.TdClassName
{
border-color: #1BC338;
}
.TagClassName
{
border-color: #1BC338;
}
</style>