#227D12

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

Shades of Forest Green #227D12

Tints of Forest Green #227D12

Color information

#227D12 (or 0x227D12) is unknown color: approx Forest Green. HEX triplet: 22, 7D and 12. RGB value is (34,125,18). Sum of RGB (Red+Green+Blue) = 34+125+18=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 125 (49.22% from 255 or 70.62% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 125 - color contains mainly: green. Hex color #227D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227D12 is #DD82ED. Grayscale: #555555. Windows color (decimal): -14516974 or 1211682. OLE color: 1211682.

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

Color convert

RGB3412518-
CMYK0.7300.860.51
HSL111.03º74.83%28.04%-
HSV(B)111.03º85.6%49.02%-
XYZ8.115.053.05-
YUV85.5989.8591.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.21%
GREEN value IS 125 (49.22% from 255) = 70.62%
BLUE value IS 18 (7.42% from 255) = 10.17%
R=19.21%
G=70.62%
B=10.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal34125180.7300.860.51111.0374.8328.04
Hex227D1249056336f4b1c
Octal421752211101266315711334
Binary1000101111101100101001001010101101100111101111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,125,18); }

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

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

 a { background-color: rgb(34,125,18); }

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

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

 span { border-color: rgb(34,125,18); }

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