Html Css Color HEX #128211 Green

📋 copy color: '#128211'

red 18 ◦ green 130 ◦ blue 17

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

Shades of Green #128211

Tints of Green #128211

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.3%

R = 10.91%
G = 78.79%
B = 10.3%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#128211 (or 0x128211) is known color: 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

RGB 18 130 17 -
CMYK 0.86 0 0.87 0.49
HSL 119.47º 0.77% 0.29% -
HSV(B) 119.47º 0.87% 0.51% -
XYZ 8.33 16.13 3.21 -
YUV 83.63 90.39 81.19 -
System Red Green Blue C M Y K H S L
Decimal 18 130 17 0.86 0 0.87 0.49 119.47 0.77 0.29
Hex 12 82 11 56 0 57 31 77 4D 1D
Octal 22 202 21 126 0 127 61 167 115 35
Binary 10010 10000010 10001 1010110 0 1010111 110001 1110111 1001101 11101

Color Harmonies of #128211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128211

Black with #128211

Text Example


Text Example

White with #128211

Text Example


Text Example

HTML Codes & Css Web 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>