Html Css Color HEX #118428 Forest Green

📋 copy color: '#118428'

red 17 ◦ green 132 ◦ blue 40

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

Shades of Forest Green #118428

Tints of Forest Green #118428

RGB

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

 GREEN value IS 132 (51.95% from 255) = 69.84%

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

R = 8.99%
G = 69.84%
B = 21.16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#118428 (or 0x118428) is known color: Forest Green. HEX triplet: 11, 84 and 28. RGB value is (17,132,40). Sum of RGB (Red+Green+Blue) = 17+132+40=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 132 (51.95% from 255 or 69.84% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 132 - color contains mainly: green. Hex color #118428 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118428 is #EE7BD7. Grayscale: #575757. Windows color (decimal): -15629272 or 2655249. OLE color: 2655249.

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

Color convert

RGB 17 132 40 -
CMYK 0.87 0 0.70 0.48
HSL 132º 0.77% 0.29% -
HSV(B) 132º 0.87% 0.52% -
XYZ 8.87 16.77 4.78 -
YUV 87.13 101.4 77.98 -
System Red Green Blue C M Y K H S L
Decimal 17 132 40 0.87 0 0.70 0.48 132 0.77 0.29
Hex 11 84 28 57 0 46 30 84 4D 1D
Octal 21 204 50 127 0 106 60 204 115 35
Binary 10001 10000100 101000 1010111 0 1000110 110000 10000100 1001101 11101

Color Harmonies of #118428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118428

Black with #118428

Text Example


Text Example

White with #118428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118428; }

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

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

background-color css

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

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

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

border-color css

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

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

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