Html Css Color HEX #128314 Forest Green

📋 copy color: '#128314'

red 18 ◦ green 131 ◦ blue 20

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

Shades of Forest Green #128314

Tints of Forest Green #128314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 77.51%

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

R = 10.65%
G = 77.51%
B = 11.83%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#128314 (or 0x128314) is known color: Forest Green. HEX triplet: 12, 83 and 14. RGB value is (18,131,20). Sum of RGB (Red+Green+Blue) = 18+131+20=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 131 (51.56% from 255 or 77.51% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 131 - color contains mainly: green. Hex color #128314 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128314 is #ED7CEB. Grayscale: #545454. Windows color (decimal): -15564012 or 1344274. OLE color: 1344274.

HSL color Cylindrical-coordinate representation of color #128314: hue angle of 121.06º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128314 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 131 20 -
CMYK 0.86 0 0.85 0.49
HSL 121.06º 0.76% 0.29% -
HSV(B) 121.06º 0.86% 0.51% -
XYZ 8.49 16.41 3.38 -
YUV 84.56 91.56 80.53 -
System Red Green Blue C M Y K H S L
Decimal 18 131 20 0.86 0 0.85 0.49 121.06 0.76 0.29
Hex 12 83 14 56 0 55 31 79 4C 1D
Octal 22 203 24 126 0 125 61 171 114 35
Binary 10010 10000011 10100 1010110 0 1010101 110001 1111001 1001100 11101

Color Harmonies of #128314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128314

Black with #128314

Text Example


Text Example

White with #128314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128314; }

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

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

background-color css

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

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

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

border-color css

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

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

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