Shades of Cardin Green #1B2F23
Tints of Cardin Green #1B2F23
RGB
CMYK
RGB Variations
Color information
#1B2F23 (or 0x1B2F23) is known color: Cardin Green. HEX triplet: 1B, 2F and 23. RGB value is (27,47,35). Sum of RGB (Red+Green+Blue) = 27+47+35=109 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.77% from 109); Green value is 47 (18.75% from 255 or 43.12% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 47 - color contains mainly: green. Hex color #1B2F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2F23 is #E4D0DC. Grayscale: #272727. Windows color (decimal): -14995677 or 2305819. OLE color: 2305819.
HSL color Cylindrical-coordinate representation of color #1B2F23: hue angle of 144º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1B2F23 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 47 | 35 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.82 |
| HSL | 144º | 0.27% | 0.15% | - |
| HSV(B) | 144º | 0.43% | 0.18% | - |
| XYZ | 1.77 | 2.39 | 1.96 | - |
| YUV | 39.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 35 | 0.43 | 0 | 0.26 | 0.82 | 144 | 0.27 | 0.15 |
| Hex | 1B | 2F | 23 | 2B | 0 | 1A | 52 | 90 | 1B | F |
| Octal | 33 | 57 | 43 | 53 | 0 | 32 | 122 | 220 | 33 | 17 |
| Binary | 11011 | 101111 | 100011 | 101011 | 0 | 11010 | 1010010 | 10010000 | 11011 | 1111 |
Color Harmonies of #1B2F23
Complementary color
Monochromatic Colors of #1B2F23
Black with #1B2F23
Text Example
Text Example
White with #1B2F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2F23; }
p { color: rgb(27,47,35); }
H1.HeaderClassName
{
color: #1B2F23;
}
.AnyTagClassName
{
color: #1B2F23;
}
</style>
background-color css
<style>
a { background-color: #1B2F23; }
a { background-color: rgb(27,47,35); }
div.DivClassName
{
background-color: #1B2F23;
}
.BgClassName
{
background-color: #1B2F23;
}
</style>
border-color css
<style>
span { border-color: #1B2F23; }
span { border-color: rgb(27,47,35); }
td.TdClassName
{
border-color: #1B2F23;
}
.TagClassName
{
border-color: #1B2F23;
}
</style>