Html Css Color HEX #118125 Forest Green

📋 copy color: '#118125'

red 17 ◦ green 129 ◦ blue 37

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

Shades of Forest Green #118125

Tints of Forest Green #118125

RGB

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

 GREEN value IS 129 (50.78% from 255) = 70.49%

 BLUE value IS 37 (14.84% from 255) = 20.22%

R = 9.29%
G = 70.49%
B = 20.22%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#118125 (or 0x118125) is known color: Forest Green. HEX triplet: 11, 81 and 25. RGB value is (17,129,37). Sum of RGB (Red+Green+Blue) = 17+129+37=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 129 (50.78% from 255 or 70.49% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 129 - color contains mainly: green. Hex color #118125 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118125 is #EE7EDA. Grayscale: #555555. Windows color (decimal): -15630043 or 2457873. OLE color: 2457873.

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

Color convert

RGB 17 129 37 -
CMYK 0.87 0 0.71 0.49
HSL 130.71º 0.77% 0.29% -
HSV(B) 130.71º 0.87% 0.51% -
XYZ 8.42 15.95 4.39 -
YUV 85.02 100.89 79.48 -
System Red Green Blue C M Y K H S L
Decimal 17 129 37 0.87 0 0.71 0.49 130.71 0.77 0.29
Hex 11 81 25 57 0 47 31 83 4D 1D
Octal 21 201 45 127 0 107 61 203 115 35
Binary 10001 10000001 100101 1010111 0 1000111 110001 10000011 1001101 11101

Color Harmonies of #118125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118125

Black with #118125

Text Example


Text Example

White with #118125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118125; }

 p { color: rgb(17,129,37); }

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

background-color css

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

 a { background-color: rgb(17,129,37); }

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

border-color css

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

 span { border-color: rgb(17,129,37); }

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