Shades of Green #236701
Tints of Green #236701
RGB
CMYK
RGB Variations
Color information
#236701 (or 0x236701) is known color: Green. HEX triplet: 23, 67 and 01. RGB value is (35,103,1). Sum of RGB (Red+Green+Blue) = 35+103+1=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 103 (40.62% from 255 or 74.10% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 103 - color contains mainly: green. Hex color #236701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #236701 is #DC98FE. Grayscale: #474747. Windows color (decimal): -14457087 or 91939. OLE color: 91939.
HSL color Cylindrical-coordinate representation of color #236701: hue angle of 100º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #236701 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 103 | 1 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.60 |
| HSL | 100º | 0.98% | 0.2% | - |
| HSV(B) | 100º | 0.99% | 0.4% | - |
| XYZ | 5.55 | 10.06 | 1.68 | - |
| YUV | 71.04 | 88.47 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 103 | 1 | 0.66 | 0 | 0.99 | 0.60 | 100 | 0.98 | 0.2 |
| Hex | 23 | 67 | 1 | 42 | 0 | 63 | 3C | 64 | 62 | 14 |
| Octal | 43 | 147 | 1 | 102 | 0 | 143 | 74 | 144 | 142 | 24 |
| Binary | 100011 | 1100111 | 1 | 1000010 | 0 | 1100011 | 111100 | 1100100 | 1100010 | 10100 |
Color Harmonies of #236701
Complementary color
Monochromatic Colors of #236701
Black with #236701
Text Example
Text Example
White with #236701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236701; }
p { color: rgb(35,103,1); }
H1.HeaderClassName
{
color: #236701;
}
.AnyTagClassName
{
color: #236701;
}
</style>
background-color css
<style>
a { background-color: #236701; }
a { background-color: rgb(35,103,1); }
div.DivClassName
{
background-color: #236701;
}
.BgClassName
{
background-color: #236701;
}
</style>
border-color css
<style>
span { border-color: #236701; }
span { border-color: rgb(35,103,1); }
td.TdClassName
{
border-color: #236701;
}
.TagClassName
{
border-color: #236701;
}
</style>