Shades of Green Vogue #23434B
Tints of Green Vogue #23434B
RGB
CMYK
RGB Variations
Color information
#23434B (or 0x23434B) is known color: Green Vogue. HEX triplet: 23, 43 and 4B. RGB value is (35,67,75). Sum of RGB (Red+Green+Blue) = 35+67+75=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 75 - color contains mainly: blue. Hex color #23434B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23434B is #DCBCB4. Grayscale: #3A3A3A. Windows color (decimal): -14466229 or 4932387. OLE color: 4932387.
HSL color Cylindrical-coordinate representation of color #23434B: hue angle of 192º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23434B is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 67 | 75 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.71 |
| HSL | 192º | 0.36% | 0.22% | - |
| HSV(B) | 192º | 0.53% | 0.29% | - |
| XYZ | 3.97 | 4.88 | 7.39 | - |
| YUV | 58.34 | 137.4 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 75 | 0.53 | 0.11 | 0 | 0.71 | 192 | 0.36 | 0.22 |
| Hex | 23 | 43 | 4B | 35 | B | 0 | 47 | C0 | 24 | 16 |
| Octal | 43 | 103 | 113 | 65 | 13 | 0 | 107 | 300 | 44 | 26 |
| Binary | 100011 | 1000011 | 1001011 | 110101 | 1011 | 0 | 1000111 | 11000000 | 100100 | 10110 |
Color Harmonies of #23434B
Complementary color
Monochromatic Colors of #23434B
Black with #23434B
Text Example
Text Example
White with #23434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23434B; }
p { color: rgb(35,67,75); }
H1.HeaderClassName
{
color: #23434B;
}
.AnyTagClassName
{
color: #23434B;
}
</style>
background-color css
<style>
a { background-color: #23434B; }
a { background-color: rgb(35,67,75); }
div.DivClassName
{
background-color: #23434B;
}
.BgClassName
{
background-color: #23434B;
}
</style>
border-color css
<style>
span { border-color: #23434B; }
span { border-color: rgb(35,67,75); }
td.TdClassName
{
border-color: #23434B;
}
.TagClassName
{
border-color: #23434B;
}
</style>