Html Css Color HEX #128814 Forest Green

📋 copy color: '#128814'

red 18 ◦ green 136 ◦ blue 20

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

Shades of Forest Green #128814

Tints of Forest Green #128814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 78.16%

 BLUE value IS 20 (8.2% from 255) = 11.49%

R = 10.34%
G = 78.16%
B = 11.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#128814 (or 0x128814) is known color: Forest Green. HEX triplet: 12, 88 and 14. RGB value is (18,136,20). Sum of RGB (Red+Green+Blue) = 18+136+20=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 136 (53.52% from 255 or 78.16% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 136 - color contains mainly: green. Hex color #128814 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128814 is #ED77EB. Grayscale: #575757. Windows color (decimal): -15562732 or 1345554. OLE color: 1345554.

HSL color Cylindrical-coordinate representation of color #128814: hue angle of 121.02º degrees, saturation: 0.77, 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 #128814 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 136 20 -
CMYK 0.87 0 0.85 0.47
HSL 121.02º 0.77% 0.3% -
HSV(B) 121.02º 0.87% 0.53% -
XYZ 9.18 17.79 3.61 -
YUV 87.49 89.91 78.43 -
System Red Green Blue C M Y K H S L
Decimal 18 136 20 0.87 0 0.85 0.47 121.02 0.77 0.3
Hex 12 88 14 57 0 55 2F 79 4D 1E
Octal 22 210 24 127 0 125 57 171 115 36
Binary 10010 10001000 10100 1010111 0 1010101 101111 1111001 1001101 11110

Color Harmonies of #128814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128814

Black with #128814

Text Example


Text Example

White with #128814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128814; }

 p { color: rgb(18,136,20); }

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

background-color css

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

 a { background-color: rgb(18,136,20); }

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

border-color css

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

 span { border-color: rgb(18,136,20); }

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