Html Css Color HEX #227D14 Forest Green

📋 copy color: '#227D14'

red 34 ◦ green 125 ◦ blue 20

#227D14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #227D14

Tints of Forest Green #227D14

RGB

 RED value IS 34 (13.67% from 255) = 18.99%

 GREEN value IS 125 (49.22% from 255) = 69.83%

 BLUE value IS 20 (8.2% from 255) = 11.17%

R = 18.99%
G = 69.83%
B = 11.17%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#227D14 (or 0x227D14) is known color: Forest Green. HEX triplet: 22, 7D and 14. RGB value is (34,125,20). Sum of RGB (Red+Green+Blue) = 34+125+20=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 125 (49.22% from 255 or 69.83% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 125 - color contains mainly: green. Hex color #227D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227D14 is #DD82EB. Grayscale: #565656. Windows color (decimal): -14516972 or 1342754. OLE color: 1342754.

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

Color convert

RGB 34 125 20 -
CMYK 0.73 0 0.84 0.51
HSL 112º 0.72% 0.28% -
HSV(B) 112º 0.84% 0.49% -
XYZ 8.12 15.06 3.14 -
YUV 85.82 90.85 91.04 -
System Red Green Blue C M Y K H S L
Decimal 34 125 20 0.73 0 0.84 0.51 112 0.72 0.28
Hex 22 7D 14 49 0 54 33 70 48 1C
Octal 42 175 24 111 0 124 63 160 110 34
Binary 100010 1111101 10100 1001001 0 1010100 110011 1110000 1001000 11100

Color Harmonies of #227D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227D14

Black with #227D14

Text Example


Text Example

White with #227D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #227D14;
 }
 .AnyTagClassName
 {
   color: #227D14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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