Html Css Color HEX #11AA3D Dark Pastel Green

📋 copy color: '#11AA3D'

red 17 ◦ green 170 ◦ blue 61

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

Shades of Dark Pastel Green #11AA3D

Tints of Dark Pastel Green #11AA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.6%

R = 6.85%
G = 68.55%
B = 24.6%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#11AA3D (or 0x11AA3D) is known color: Dark Pastel Green. HEX triplet: 11, AA and 3D. RGB value is (17,170,61). Sum of RGB (Red+Green+Blue) = 17+170+61=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 170 (66.80% from 255 or 68.55% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11AA3D is #EE55C2. Grayscale: #707070. Windows color (decimal): -15619523 or 4041233. OLE color: 4041233.

HSL color Cylindrical-coordinate representation of color #11AA3D: hue angle of 137.25º 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 #11AA3D is Cyan = 0.9, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 170 61 -
CMYK 0.9 0 0.64 0.33
HSL 137.25º 0.82% 0.37% -
HSV(B) 137.25º 0.9% 0.67% -
XYZ 15.45 29.21 9.24 -
YUV 111.83 99.31 60.36 -
System Red Green Blue C M Y K H S L
Decimal 17 170 61 0.9 0 0.64 0.33 137.25 0.82 0.37
Hex 11 AA 3D 5A 0 40 21 89 52 25
Octal 21 252 75 132 0 100 41 211 122 45
Binary 10001 10101010 111101 1011010 0 1000000 100001 10001001 1010010 100101

Color Harmonies of #11AA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AA3D

Black with #11AA3D

Text Example


Text Example

White with #11AA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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