Html Css Color HEX #227414 Forest Green

📋 copy color: '#227414'

red 34 ◦ green 116 ◦ blue 20

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

Shades of Forest Green #227414

Tints of Forest Green #227414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 68.24%

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

R = 20%
G = 68.24%
B = 11.76%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#227414 (or 0x227414) is known color: Forest Green. HEX triplet: 22, 74 and 14. RGB value is (34,116,20). Sum of RGB (Red+Green+Blue) = 34+116+20=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 116 (45.70% from 255 or 68.24% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 116 - color contains mainly: green. Hex color #227414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227414 is #DD8BEB. Grayscale: #505050. Windows color (decimal): -14519276 or 1340450. OLE color: 1340450.

HSL color Cylindrical-coordinate representation of color #227414: hue angle of 111.25º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #227414 is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 116 20 -
CMYK 0.71 0 0.83 0.55
HSL 111.25º 0.71% 0.27% -
HSV(B) 111.25º 0.83% 0.45% -
XYZ 7.03 12.88 2.78 -
YUV 80.54 93.83 94.81 -
System Red Green Blue C M Y K H S L
Decimal 34 116 20 0.71 0 0.83 0.55 111.25 0.71 0.27
Hex 22 74 14 47 0 53 37 6F 47 1B
Octal 42 164 24 107 0 123 67 157 107 33
Binary 100010 1110100 10100 1000111 0 1010011 110111 1101111 1000111 11011

Color Harmonies of #227414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227414

Black with #227414

Text Example


Text Example

White with #227414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227414; }

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

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

background-color css

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

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

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

border-color css

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

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

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