Html Css Color HEX #128215 Forest Green

📋 copy color: '#128215'

red 18 ◦ green 130 ◦ blue 21

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

Shades of Forest Green #128215

Tints of Forest Green #128215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.43%

R = 10.65%
G = 76.92%
B = 12.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#128215 (or 0x128215) is known color: Forest Green. HEX triplet: 12, 82 and 15. RGB value is (18,130,21). Sum of RGB (Red+Green+Blue) = 18+130+21=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 130 (51.17% from 255 or 76.92% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 130 - color contains mainly: green. Hex color #128215 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128215 is #ED7DEA. Grayscale: #545454. Windows color (decimal): -15564267 or 1409554. OLE color: 1409554.

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

Color convert

RGB 18 130 21 -
CMYK 0.86 0 0.84 0.49
HSL 121.61º 0.76% 0.29% -
HSV(B) 121.61º 0.86% 0.51% -
XYZ 8.37 16.15 3.39 -
YUV 84.09 92.39 80.86 -
System Red Green Blue C M Y K H S L
Decimal 18 130 21 0.86 0 0.84 0.49 121.61 0.76 0.29
Hex 12 82 15 56 0 54 31 7A 4C 1D
Octal 22 202 25 126 0 124 61 172 114 35
Binary 10010 10000010 10101 1010110 0 1010100 110001 1111010 1001100 11101

Color Harmonies of #128215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128215

Black with #128215

Text Example


Text Example

White with #128215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128215; }

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

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

background-color css

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

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

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

border-color css

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

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

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