Html Css Color HEX #118529 Forest Green

📋 copy color: '#118529'

red 17 ◦ green 133 ◦ blue 41

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

Shades of Forest Green #118529

Tints of Forest Green #118529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.47%

R = 8.9%
G = 69.63%
B = 21.47%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#118529 (or 0x118529) is known color: Forest Green. HEX triplet: 11, 85 and 29. RGB value is (17,133,41). Sum of RGB (Red+Green+Blue) = 17+133+41=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 133 (52.34% from 255 or 69.63% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 133 - color contains mainly: green. Hex color #118529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118529 is #EE7AD6. Grayscale: #585858. Windows color (decimal): -15629015 or 2721041. OLE color: 2721041.

HSL color Cylindrical-coordinate representation of color #118529: hue angle of 132.41º 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 #118529 is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 133 41 -
CMYK 0.87 0 0.69 0.48
HSL 132.41º 0.77% 0.29% -
HSV(B) 132.41º 0.87% 0.52% -
XYZ 9.02 17.05 4.91 -
YUV 87.83 101.57 77.48 -
System Red Green Blue C M Y K H S L
Decimal 17 133 41 0.87 0 0.69 0.48 132.41 0.77 0.29
Hex 11 85 29 57 0 45 30 84 4D 1D
Octal 21 205 51 127 0 105 60 204 115 35
Binary 10001 10000101 101001 1010111 0 1000101 110000 10000100 1001101 11101

Color Harmonies of #118529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118529

Black with #118529

Text Example


Text Example

White with #118529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118529; }

 p { color: rgb(17,133,41); }

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

background-color css

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

 a { background-color: rgb(17,133,41); }

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

border-color css

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

 span { border-color: rgb(17,133,41); }

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