Html Css Color HEX #11A331 Dark Pastel Green

📋 copy color: '#11A331'

red 17 ◦ green 163 ◦ blue 49

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

Shades of Dark Pastel Green #11A331

Tints of Dark Pastel Green #11A331

RGB

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

 GREEN value IS 163 (64.06% from 255) = 71.18%

 BLUE value IS 49 (19.53% from 255) = 21.4%

R = 7.42%
G = 71.18%
B = 21.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#11A331 (or 0x11A331) is known color: Dark Pastel Green. HEX triplet: 11, A3 and 31. RGB value is (17,163,49). Sum of RGB (Red+Green+Blue) = 17+163+49=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 163 (64.06% from 255 or 71.18% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 163 - color contains mainly: green. Hex color #11A331 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A331 is #EE5CCE. Grayscale: #6A6A6A. Windows color (decimal): -15621327 or 3253009. OLE color: 3253009.

HSL color Cylindrical-coordinate representation of color #11A331: hue angle of 133.15º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A331 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 163 49 -
CMYK 0.90 0 0.70 0.36
HSL 133.15º 0.81% 0.35% -
HSV(B) 133.15º 0.9% 0.64% -
XYZ 13.88 26.54 7.3 -
YUV 106.35 95.63 64.27 -
System Red Green Blue C M Y K H S L
Decimal 17 163 49 0.90 0 0.70 0.36 133.15 0.81 0.35
Hex 11 A3 31 5A 0 46 24 85 51 23
Octal 21 243 61 132 0 106 44 205 121 43
Binary 10001 10100011 110001 1011010 0 1000110 100100 10000101 1010001 100011

Color Harmonies of #11A331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A331

Black with #11A331

Text Example


Text Example

White with #11A331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,163,49); }

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

background-color css

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

 a { background-color: rgb(17,163,49); }

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

border-color css

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

 span { border-color: rgb(17,163,49); }

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