Html Css Color HEX #11820B Green

📋 copy color: '#11820B'

red 17 ◦ green 130 ◦ blue 11

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

Shades of Green #11820B

Tints of Green #11820B

RGB

 RED value IS 17 (7.03% from 255) = 10.76%

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

 BLUE value IS 11 (4.69% from 255) = 6.96%

R = 10.76%
G = 82.28%
B = 6.96%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#11820B (or 0x11820B) is known color: Green. HEX triplet: 11, 82 and 0B. RGB value is (17,130,11). Sum of RGB (Red+Green+Blue) = 17+130+11=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 130 (51.17% from 255 or 82.28% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 130 - color contains mainly: green. Hex color #11820B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11820B is #EE7DF4. Grayscale: #535353. Windows color (decimal): -15629813 or 754193. OLE color: 754193.

HSL color Cylindrical-coordinate representation of color #11820B: hue angle of 116.97º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11820B is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 130 11 -
CMYK 0.87 0 0.92 0.49
HSL 116.97º 0.84% 0.28% -
HSV(B) 116.97º 0.92% 0.51% -
XYZ 8.27 16.11 2.99 -
YUV 82.65 87.56 81.18 -
System Red Green Blue C M Y K H S L
Decimal 17 130 11 0.87 0 0.92 0.49 116.97 0.84 0.28
Hex 11 82 B 57 0 5C 31 75 54 1C
Octal 21 202 13 127 0 134 61 165 124 34
Binary 10001 10000010 1011 1010111 0 1011100 110001 1110101 1010100 11100

Color Harmonies of #11820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11820B

Black with #11820B

Text Example


Text Example

White with #11820B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11820B; }

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

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

background-color css

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

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

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

border-color css

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

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

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