#227314

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

Shades of Forest Green #227314

Tints of Forest Green #227314

Color information

#227314 (or 0x227314) is unknown color: approx Forest Green. HEX triplet: 22, 73 and 14. RGB value is (34,115,20). Sum of RGB (Red+Green+Blue) = 34+115+20=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 115 (45.31% from 255 or 68.05% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 115 - color contains mainly: green. Hex color #227314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227314 is #DD8CEB. Grayscale: #505050. Windows color (decimal): -14519532 or 1340194. OLE color: 1340194.

HSL color Cylindrical-coordinate representation of color #227314: hue angle of 111.16º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #227314 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB3411520-
CMYK0.7000.830.55
HSL111.16º70.37%26.47%-
HSV(B)111.16º82.61%45.1%-
XYZ6.9212.652.74-
YUV79.9594.1695.22-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.12%
GREEN value IS 115 (45.31% from 255) = 68.05%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=20.12%
G=68.05%
B=11.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34115200.7000.830.55111.1670.3726.47
Hex22731446053376f461a
Octal421632410601236715710632
Binary1000101110011101001000110010100111101111101111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227314; }

 p { color: rgb(34,115,20); }

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

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

 a { background-color: rgb(34,115,20); }

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

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

 span { border-color: rgb(34,115,20); }

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