Html Css Color HEX #228014 Forest Green

📋 copy color: '#228014'

red 34 ◦ green 128 ◦ blue 20

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

Shades of Forest Green #228014

Tints of Forest Green #228014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 70.33%

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

R = 18.68%
G = 70.33%
B = 10.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#228014 (or 0x228014) is known color: Forest Green. HEX triplet: 22, 80 and 14. RGB value is (34,128,20). Sum of RGB (Red+Green+Blue) = 34+128+20=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 128 (50.39% from 255 or 70.33% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 128 - color contains mainly: green. Hex color #228014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #228014 is #DD7FEB. Grayscale: #575757. Windows color (decimal): -14516204 or 1343522. OLE color: 1343522.

HSL color Cylindrical-coordinate representation of color #228014: hue angle of 112.22º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #228014 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 34 128 20 -
CMYK 0.73 0 0.84 0.50
HSL 112.22º 0.73% 0.29% -
HSV(B) 112.22º 0.84% 0.5% -
XYZ 8.51 15.83 3.27 -
YUV 87.58 89.86 89.78 -
System Red Green Blue C M Y K H S L
Decimal 34 128 20 0.73 0 0.84 0.50 112.22 0.73 0.29
Hex 22 80 14 49 0 54 32 70 49 1D
Octal 42 200 24 111 0 124 62 160 111 35
Binary 100010 10000000 10100 1001001 0 1010100 110010 1110000 1001001 11101

Color Harmonies of #228014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228014

Black with #228014

Text Example


Text Example

White with #228014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228014; }

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

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

background-color css

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

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

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

border-color css

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

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

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