Html Css Color HEX #128212 Forest Green

📋 copy color: '#128212'

red 18 ◦ green 130 ◦ blue 18

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

Shades of Forest Green #128212

Tints of Forest Green #128212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 78.31%

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

R = 10.84%
G = 78.31%
B = 10.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#128212 (or 0x128212) is known color: Forest Green. HEX triplet: 12, 82 and 12. RGB value is (18,130,18). Sum of RGB (Red+Green+Blue) = 18+130+18=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 130 (51.17% from 255 or 78.31% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 130 - color contains mainly: green. Hex color #128212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128212 is #ED7DED. Grayscale: #545454. Windows color (decimal): -15564270 or 1212946. OLE color: 1212946.

HSL color Cylindrical-coordinate representation of color #128212: hue angle of 120º 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 #128212 is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 130 18 -
CMYK 0.86 0 0.86 0.49
HSL 120º 0.76% 0.29% -
HSV(B) 120º 0.86% 0.51% -
XYZ 8.34 16.14 3.25 -
YUV 83.74 90.89 81.11 -
System Red Green Blue C M Y K H S L
Decimal 18 130 18 0.86 0 0.86 0.49 120 0.76 0.29
Hex 12 82 12 56 0 56 31 78 4C 1D
Octal 22 202 22 126 0 126 61 170 114 35
Binary 10010 10000010 10010 1010110 0 1010110 110001 1111000 1001100 11101

Color Harmonies of #128212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128212

Black with #128212

Text Example


Text Example

White with #128212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128212; }

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

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

background-color css

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

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

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

border-color css

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

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

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