#128211

Color #128211 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #128211

Tints of Green #128211

Color information

#128211 (or 0x128211) is unknown color: approx Green. HEX triplet: 12, 82 and 11. RGB value is (18,130,17). Sum of RGB (Red+Green+Blue) = 18+130+17=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 130 (51.17% from 255 or 78.79% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 130 - color contains mainly: green. Hex color #128211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128211 is #ED7DEE. Grayscale: #535353. Windows color (decimal): -15564271 or 1147410. OLE color: 1147410.

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

Color convert

RGB1813017-
CMYK0.8600.870.49
HSL119.47º76.87%28.82%-
HSV(B)119.47º86.92%50.98%-
XYZ8.3316.133.21-
YUV83.6390.3981.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 130 (51.17% from 255) = 78.79%
BLUE value IS 17 (7.03% from 255) = 10.30%
R=10.91%
G=78.79%
B=10.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18130170.8600.870.49119.4776.8728.82
Hex1282115605731774d1d
Octal222022112601276116711535
Binary1001010000010100011010110010101111100011110111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128211; }

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

 H1.HeaderClassName
 {
   color: #128211;
 }
 .AnyTagClassName
 {
   color: #128211;
 }
</style>
background-color css

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

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

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

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

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

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