Html Css Color HEX #11AA2B Dark Pastel Green

📋 copy color: '#11AA2B'

red 17 ◦ green 170 ◦ blue 43

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

Shades of Dark Pastel Green #11AA2B

Tints of Dark Pastel Green #11AA2B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 73.91%

 BLUE value IS 43 (17.19% from 255) = 18.7%

R = 7.39%
G = 73.91%
B = 18.7%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#11AA2B (or 0x11AA2B) is known color: Dark Pastel Green. HEX triplet: 11, AA and 2B. RGB value is (17,170,43). Sum of RGB (Red+Green+Blue) = 17+170+43=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 170 (66.80% from 255 or 73.91% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AA2B is #EE55D4. Grayscale: #6E6E6E. Windows color (decimal): -15619541 or 2861585. OLE color: 2861585.

HSL color Cylindrical-coordinate representation of color #11AA2B: hue angle of 130.2º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AA2B is Cyan = 0.9, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 170 43 -
CMYK 0.9 0 0.75 0.33
HSL 130.2º 0.82% 0.37% -
HSV(B) 130.2º 0.9% 0.67% -
XYZ 15.04 29.04 7.1 -
YUV 109.78 90.31 61.83 -
System Red Green Blue C M Y K H S L
Decimal 17 170 43 0.9 0 0.75 0.33 130.2 0.82 0.37
Hex 11 AA 2B 5A 0 4B 21 82 52 25
Octal 21 252 53 132 0 113 41 202 122 45
Binary 10001 10101010 101011 1011010 0 1001011 100001 10000010 1010010 100101

Color Harmonies of #11AA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AA2B

Black with #11AA2B

Text Example


Text Example

White with #11AA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,170,43); }

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

background-color css

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

 a { background-color: rgb(17,170,43); }

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

border-color css

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

 span { border-color: rgb(17,170,43); }

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