Html Css Color HEX #11B531 Dark Pastel Green

📋 copy color: '#11B531'

red 17 ◦ green 181 ◦ blue 49

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

Shades of Dark Pastel Green #11B531

Tints of Dark Pastel Green #11B531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 73.28%

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

R = 6.88%
G = 73.28%
B = 19.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#11B531 (or 0x11B531) is known color: Dark Pastel Green. HEX triplet: 11, B5 and 31. RGB value is (17,181,49). Sum of RGB (Red+Green+Blue) = 17+181+49=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 181 (71.09% from 255 or 73.28% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 181 - color contains mainly: green. Hex color #11B531 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B531 is #EE4ACE. Grayscale: #757575. Windows color (decimal): -15616719 or 3257617. OLE color: 3257617.

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

Color convert

RGB 17 181 49 -
CMYK 0.91 0 0.73 0.29
HSL 131.71º 0.83% 0.39% -
HSV(B) 131.71º 0.91% 0.71% -
XYZ 17.31 33.39 8.44 -
YUV 116.92 89.67 56.73 -
System Red Green Blue C M Y K H S L
Decimal 17 181 49 0.91 0 0.73 0.29 131.71 0.83 0.39
Hex 11 B5 31 5B 0 49 1D 84 53 27
Octal 21 265 61 133 0 111 35 204 123 47
Binary 10001 10110101 110001 1011011 0 1001001 11101 10000100 1010011 100111

Color Harmonies of #11B531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B531

Black with #11B531

Text Example


Text Example

White with #11B531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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