Html Css Color HEX #228914 Forest Green

📋 copy color: '#228914'

red 34 ◦ green 137 ◦ blue 20

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

Shades of Forest Green #228914

Tints of Forest Green #228914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 71.73%

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

R = 17.8%
G = 71.73%
B = 10.47%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#228914 (or 0x228914) is known color: Forest Green. HEX triplet: 22, 89 and 14. RGB value is (34,137,20). Sum of RGB (Red+Green+Blue) = 34+137+20=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 137 (53.91% from 255 or 71.73% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 137 - color contains mainly: green. Hex color #228914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #228914 is #DD76EB. Grayscale: #5D5D5D. Windows color (decimal): -14513900 or 1345826. OLE color: 1345826.

HSL color Cylindrical-coordinate representation of color #228914: hue angle of 112.82º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #228914 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 34 137 20 -
CMYK 0.75 0 0.85 0.46
HSL 112.82º 0.75% 0.31% -
HSV(B) 112.82º 0.85% 0.54% -
XYZ 9.73 18.28 3.68 -
YUV 92.87 86.88 86.01 -
System Red Green Blue C M Y K H S L
Decimal 34 137 20 0.75 0 0.85 0.46 112.82 0.75 0.31
Hex 22 89 14 4B 0 55 2E 71 4B 1F
Octal 42 211 24 113 0 125 56 161 113 37
Binary 100010 10001001 10100 1001011 0 1010101 101110 1110001 1001011 11111

Color Harmonies of #228914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228914

Black with #228914

Text Example


Text Example

White with #228914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228914; }

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

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

background-color css

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

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

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

border-color css

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

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

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