Html Css Color HEX #227C14 Forest Green

📋 copy color: '#227C14'

red 34 ◦ green 124 ◦ blue 20

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

Shades of Forest Green #227C14

Tints of Forest Green #227C14

RGB

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

 GREEN value IS 124 (48.83% from 255) = 69.66%

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

R = 19.1%
G = 69.66%
B = 11.24%

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

#227C14 (or 0x227C14) is known color: Forest Green. HEX triplet: 22, 7C and 14. RGB value is (34,124,20). Sum of RGB (Red+Green+Blue) = 34+124+20=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 124 (48.83% from 255 or 69.66% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 124 - color contains mainly: green. Hex color #227C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227C14 is #DD83EB. Grayscale: #555555. Windows color (decimal): -14517228 or 1342498. OLE color: 1342498.

HSL color Cylindrical-coordinate representation of color #227C14: hue angle of 111.92º 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 #227C14 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 34 124 20 -
CMYK 0.73 0 0.84 0.51
HSL 111.92º 0.72% 0.28% -
HSV(B) 111.92º 0.84% 0.49% -
XYZ 7.99 14.81 3.1 -
YUV 85.23 91.18 91.46 -
System Red Green Blue C M Y K H S L
Decimal 34 124 20 0.73 0 0.84 0.51 111.92 0.72 0.28
Hex 22 7C 14 49 0 54 33 70 48 1C
Octal 42 174 24 111 0 124 63 160 110 34
Binary 100010 1111100 10100 1001001 0 1010100 110011 1110000 1001000 11100

Color Harmonies of #227C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227C14

Black with #227C14

Text Example


Text Example

White with #227C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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