Html Css Color HEX #128732 Forest Green

📋 copy color: '#128732'

red 18 ◦ green 135 ◦ blue 50

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

Shades of Forest Green #128732

Tints of Forest Green #128732

RGB

 RED value IS 18 (7.42% from 255) = 8.87%

 GREEN value IS 135 (53.13% from 255) = 66.5%

 BLUE value IS 50 (19.92% from 255) = 24.63%

R = 8.87%
G = 66.5%
B = 24.63%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#128732 (or 0x128732) is known color: Forest Green. HEX triplet: 12, 87 and 32. RGB value is (18,135,50). Sum of RGB (Red+Green+Blue) = 18+135+50=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 135 (53.12% from 255 or 66.50% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 135 - color contains mainly: green. Hex color #128732 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #128732 is #ED78CD. Grayscale: #5A5A5A. Windows color (decimal): -15562958 or 3311378. OLE color: 3311378.

HSL color Cylindrical-coordinate representation of color #128732: hue angle of 136.41º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128732 is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 135 50 -
CMYK 0.87 0 0.63 0.47
HSL 136.41º 0.76% 0.3% -
HSV(B) 136.41º 0.87% 0.53% -
XYZ 9.49 17.69 5.93 -
YUV 90.33 105.24 76.41 -
System Red Green Blue C M Y K H S L
Decimal 18 135 50 0.87 0 0.63 0.47 136.41 0.76 0.3
Hex 12 87 32 57 0 3F 2F 88 4C 1E
Octal 22 207 62 127 0 77 57 210 114 36
Binary 10010 10000111 110010 1010111 0 111111 101111 10001000 1001100 11110

Color Harmonies of #128732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128732

Black with #128732

Text Example


Text Example

White with #128732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128732; }

 p { color: rgb(18,135,50); }

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

background-color css

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

 a { background-color: rgb(18,135,50); }

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

border-color css

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

 span { border-color: rgb(18,135,50); }

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