Html Css Color HEX #118530 Forest Green

📋 copy color: '#118530'

red 17 ◦ green 133 ◦ blue 48

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

Shades of Forest Green #118530

Tints of Forest Green #118530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24.24%

R = 8.59%
G = 67.17%
B = 24.24%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#118530 (or 0x118530) is known color: Forest Green. HEX triplet: 11, 85 and 30. RGB value is (17,133,48). Sum of RGB (Red+Green+Blue) = 17+133+48=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 133 (52.34% from 255 or 67.17% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 133 - color contains mainly: green. Hex color #118530 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118530 is #EE7ACF. Grayscale: #585858. Windows color (decimal): -15629008 or 3179793. OLE color: 3179793.

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

Color convert

RGB 17 133 48 -
CMYK 0.87 0 0.64 0.48
HSL 136.03º 0.77% 0.29% -
HSV(B) 136.03º 0.87% 0.52% -
XYZ 9.15 17.11 5.62 -
YUV 88.63 105.07 76.91 -
System Red Green Blue C M Y K H S L
Decimal 17 133 48 0.87 0 0.64 0.48 136.03 0.77 0.29
Hex 11 85 30 57 0 40 30 88 4D 1D
Octal 21 205 60 127 0 100 60 210 115 35
Binary 10001 10000101 110000 1010111 0 1000000 110000 10001000 1001101 11101

Color Harmonies of #118530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118530

Black with #118530

Text Example


Text Example

White with #118530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118530; }

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

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

background-color css

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

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

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

border-color css

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

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

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