#227B14

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

Shades of Forest Green #227B14

Tints of Forest Green #227B14

Color information

#227B14 (or 0x227B14) is unknown color: approx Forest Green. HEX triplet: 22, 7B and 14. RGB value is (34,123,20). Sum of RGB (Red+Green+Blue) = 34+123+20=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 123 (48.44% from 255 or 69.49% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 123 - color contains mainly: green. Hex color #227B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227B14 is #DD84EB. Grayscale: #545454. Windows color (decimal): -14517484 or 1342242. OLE color: 1342242.

HSL color Cylindrical-coordinate representation of color #227B14: hue angle of 111.84º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #227B14 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB3412320-
CMYK0.7200.840.52
HSL111.84º72.03%28.04%-
HSV(B)111.84º83.74%48.24%-
XYZ7.8714.563.06-
YUV84.6591.5191.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.21%
GREEN value IS 123 (48.44% from 255) = 69.49%
BLUE value IS 20 (8.20% from 255) = 11.30%
R=19.21%
G=69.49%
B=11.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal34123200.7200.840.52111.8472.0328.04
Hex227B14480543470481c
Octal421732411001246416011034
Binary1000101111011101001001000010101001101001110000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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