Html Css Color HEX #128512 Forest Green

📋 copy color: '#128512'

red 18 ◦ green 133 ◦ blue 18

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

Shades of Forest Green #128512

Tints of Forest Green #128512

RGB

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

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

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

R = 10.65%
G = 78.7%
B = 10.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#128512 (or 0x128512) is known color: Forest Green. HEX triplet: 12, 85 and 12. RGB value is (18,133,18). Sum of RGB (Red+Green+Blue) = 18+133+18=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 133 (52.34% from 255 or 78.70% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 133 - color contains mainly: green. Hex color #128512 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128512 is #ED7AED. Grayscale: #555555. Windows color (decimal): -15563502 or 1213714. OLE color: 1213714.

HSL color Cylindrical-coordinate representation of color #128512: hue angle of 120º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128512 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 133 18 -
CMYK 0.86 0 0.86 0.48
HSL 120º 0.76% 0.3% -
HSV(B) 120º 0.86% 0.52% -
XYZ 8.75 16.95 3.38 -
YUV 85.51 89.9 79.85 -
System Red Green Blue C M Y K H S L
Decimal 18 133 18 0.86 0 0.86 0.48 120 0.76 0.3
Hex 12 85 12 56 0 56 30 78 4C 1E
Octal 22 205 22 126 0 126 60 170 114 36
Binary 10010 10000101 10010 1010110 0 1010110 110000 1111000 1001100 11110

Color Harmonies of #128512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128512

Black with #128512

Text Example


Text Example

White with #128512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128512; }

 p { color: rgb(18,133,18); }

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

background-color css

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

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

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

border-color css

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

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

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