Html Css Color HEX #128412 Forest Green

📋 copy color: '#128412'

red 18 ◦ green 132 ◦ blue 18

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

Shades of Forest Green #128412

Tints of Forest Green #128412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 78.57%

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

R = 10.71%
G = 78.57%
B = 10.71%

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

#128412 (or 0x128412) is known color: Forest Green. HEX triplet: 12, 84 and 12. RGB value is (18,132,18). Sum of RGB (Red+Green+Blue) = 18+132+18=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 132 (51.95% from 255 or 78.57% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 132 - color contains mainly: green. Hex color #128412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128412 is #ED7BED. Grayscale: #555555. Windows color (decimal): -15563758 or 1213458. OLE color: 1213458.

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

Color convert

RGB 18 132 18 -
CMYK 0.86 0 0.86 0.48
HSL 120º 0.76% 0.29% -
HSV(B) 120º 0.86% 0.52% -
XYZ 8.61 16.67 3.34 -
YUV 84.92 90.23 80.27 -
System Red Green Blue C M Y K H S L
Decimal 18 132 18 0.86 0 0.86 0.48 120 0.76 0.29
Hex 12 84 12 56 0 56 30 78 4C 1D
Octal 22 204 22 126 0 126 60 170 114 35
Binary 10010 10000100 10010 1010110 0 1010110 110000 1111000 1001100 11101

Color Harmonies of #128412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128412

Black with #128412

Text Example


Text Example

White with #128412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128412; }

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

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

background-color css

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

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

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

border-color css

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

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

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