Html Css Color HEX #228514 Forest Green

📋 copy color: '#228514'

red 34 ◦ green 133 ◦ blue 20

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

Shades of Forest Green #228514

Tints of Forest Green #228514

RGB

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

 GREEN value IS 133 (52.34% from 255) = 71.12%

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

R = 18.18%
G = 71.12%
B = 10.7%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#228514 (or 0x228514) is known color: Forest Green. HEX triplet: 22, 85 and 14. RGB value is (34,133,20). Sum of RGB (Red+Green+Blue) = 34+133+20=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 133 (52.34% from 255 or 71.12% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 133 - color contains mainly: green. Hex color #228514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #228514 is #DD7AEB. Grayscale: #5A5A5A. Windows color (decimal): -14514924 or 1344802. OLE color: 1344802.

HSL color Cylindrical-coordinate representation of color #228514: hue angle of 112.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #228514 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 34 133 20 -
CMYK 0.74 0 0.85 0.48
HSL 112.57º 0.74% 0.3% -
HSV(B) 112.57º 0.85% 0.52% -
XYZ 9.17 17.17 3.49 -
YUV 90.52 88.2 87.69 -
System Red Green Blue C M Y K H S L
Decimal 34 133 20 0.74 0 0.85 0.48 112.57 0.74 0.3
Hex 22 85 14 4A 0 55 30 71 4A 1E
Octal 42 205 24 112 0 125 60 161 112 36
Binary 100010 10000101 10100 1001010 0 1010101 110000 1110001 1001010 11110

Color Harmonies of #228514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228514

Black with #228514

Text Example


Text Example

White with #228514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228514; }

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

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

background-color css

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

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

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

border-color css

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

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

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