Html Css Color HEX #11BA2E Dark Pastel Green

📋 copy color: '#11BA2E'

red 17 ◦ green 186 ◦ blue 46

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

Shades of Dark Pastel Green #11BA2E

Tints of Dark Pastel Green #11BA2E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 74.7%

 BLUE value IS 46 (18.36% from 255) = 18.47%

R = 6.83%
G = 74.7%
B = 18.47%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#11BA2E (or 0x11BA2E) is known color: Dark Pastel Green. HEX triplet: 11, BA and 2E. RGB value is (17,186,46). Sum of RGB (Red+Green+Blue) = 17+186+46=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 186 (73.05% from 255 or 74.70% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BA2E is #EE45D1. Grayscale: #777777. Windows color (decimal): -15615442 or 3062289. OLE color: 3062289.

HSL color Cylindrical-coordinate representation of color #11BA2E: hue angle of 130.3º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BA2E is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 186 46 -
CMYK 0.91 0 0.75 0.27
HSL 130.3º 0.83% 0.4% -
HSV(B) 130.3º 0.91% 0.73% -
XYZ 18.28 35.43 8.46 -
YUV 119.51 86.51 54.88 -
System Red Green Blue C M Y K H S L
Decimal 17 186 46 0.91 0 0.75 0.27 130.3 0.83 0.4
Hex 11 BA 2E 5B 0 4B 1B 82 53 28
Octal 21 272 56 133 0 113 33 202 123 50
Binary 10001 10111010 101110 1011011 0 1001011 11011 10000010 1010011 101000

Color Harmonies of #11BA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BA2E

Black with #11BA2E

Text Example


Text Example

White with #11BA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11BA2E; }

 p { color: rgb(17,186,46); }

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

background-color css

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

 a { background-color: rgb(17,186,46); }

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

border-color css

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

 span { border-color: rgb(17,186,46); }

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