#227c10

Color #227C10 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #227C10

Tints of Forest Green #227C10

Color information

#227C10 (or 0x227C10) is unknown color: approx Forest Green. HEX triplet: 22, 7C and 10. RGB value is (34,124,16). Sum of RGB (Red+Green+Blue) = 34+124+16=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 124 (48.83% from 255 or 71.26% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 124 - color contains mainly: green. Hex color #227C10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227C10 is #DD83EF. Grayscale: #555555. Windows color (decimal): -14517232 or 1080354. OLE color: 1080354.

HSL color Cylindrical-coordinate representation of color #227C10: hue angle of 110º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #227C10 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB3412416-
CMYK0.7300.870.51
HSL110º77.14%27.45%-
HSV(B)110º87.1%48.63%-
XYZ7.9614.792.93-
YUV84.7889.1891.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 19.54%
GREEN value IS 124 (48.83% from 255) = 71.26%
BLUE value IS 16 (6.64% from 255) = 9.20%
R=19.54%
G=71.26%
B=9.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal34124160.7300.870.5111077.1427.45
Hex227C1049057336e4d1b
Octal421742011101276315611533
Binary1000101111100100001001001010101111100111101110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227c10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227c10; }

 p { color: rgb(34,124,16); }

 H1.HeaderClassName
 {
   color: #227c10;
 }
 .AnyTagClassName
 {
   color: #227c10;
 }
</style>
background-color css

<style>
 a { background-color: #227c10; }

 a { background-color: rgb(34,124,16); }

 div.DivClassName
 {
   background-color: #227c10;
 }
 .BgClassName
 {
   background-color: #227c10;
 }
</style>
border-color css

<style>
 span { border-color: #227c10; }

 span { border-color: rgb(34,124,16); }

 td.TdClassName
 {
   border-color: #227c10;
 }
 .TagClassName
 {
   border-color: #227c10;
 }
</style>