Html Css Color HEX #118228 Forest Green

📋 copy color: '#118228'

red 17 ◦ green 130 ◦ blue 40

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

Shades of Forest Green #118228

Tints of Forest Green #118228

RGB

 RED value IS 17 (7.03% from 255) = 9.09%

 GREEN value IS 130 (51.17% from 255) = 69.52%

 BLUE value IS 40 (16.02% from 255) = 21.39%

R = 9.09%
G = 69.52%
B = 21.39%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#118228 (or 0x118228) is known color: Forest Green. HEX triplet: 11, 82 and 28. RGB value is (17,130,40). Sum of RGB (Red+Green+Blue) = 17+130+40=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 130 (51.17% from 255 or 69.52% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 130 - color contains mainly: green. Hex color #118228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118228 is #EE7DD7. Grayscale: #565656. Windows color (decimal): -15629784 or 2654737. OLE color: 2654737.

HSL color Cylindrical-coordinate representation of color #118228: hue angle of 132.21º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118228 is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 130 40 -
CMYK 0.87 0 0.69 0.49
HSL 132.21º 0.77% 0.29% -
HSV(B) 132.21º 0.87% 0.51% -
XYZ 8.6 16.24 4.69 -
YUV 85.95 102.06 78.82 -
System Red Green Blue C M Y K H S L
Decimal 17 130 40 0.87 0 0.69 0.49 132.21 0.77 0.29
Hex 11 82 28 57 0 45 31 84 4D 1D
Octal 21 202 50 127 0 105 61 204 115 35
Binary 10001 10000010 101000 1010111 0 1000101 110001 10000100 1001101 11101

Color Harmonies of #118228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118228

Black with #118228

Text Example


Text Example

White with #118228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118228; }

 p { color: rgb(17,130,40); }

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

background-color css

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

 a { background-color: rgb(17,130,40); }

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

border-color css

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

 span { border-color: rgb(17,130,40); }

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