Html Css Color HEX #11A92D Dark Pastel Green

📋 copy color: '#11A92D'

red 17 ◦ green 169 ◦ blue 45

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

Shades of Dark Pastel Green #11A92D

Tints of Dark Pastel Green #11A92D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 73.16%

 BLUE value IS 45 (17.97% from 255) = 19.48%

R = 7.36%
G = 73.16%
B = 19.48%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#11A92D (or 0x11A92D) is known color: Dark Pastel Green. HEX triplet: 11, A9 and 2D. RGB value is (17,169,45). Sum of RGB (Red+Green+Blue) = 17+169+45=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 169 (66.41% from 255 or 73.16% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 169 - color contains mainly: green. Hex color #11A92D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A92D is #EE56D2. Grayscale: #6D6D6D. Windows color (decimal): -15619795 or 2992401. OLE color: 2992401.

HSL color Cylindrical-coordinate representation of color #11A92D: hue angle of 131.05º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A92D is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 17 169 45 -
CMYK 0.90 0 0.73 0.34
HSL 131.05º 0.82% 0.36% -
HSV(B) 131.05º 0.9% 0.66% -
XYZ 14.89 28.68 7.23 -
YUV 109.42 91.64 62.08 -
System Red Green Blue C M Y K H S L
Decimal 17 169 45 0.90 0 0.73 0.34 131.05 0.82 0.36
Hex 11 A9 2D 5A 0 49 22 83 52 24
Octal 21 251 55 132 0 111 42 203 122 44
Binary 10001 10101001 101101 1011010 0 1001001 100010 10000011 1010010 100100

Color Harmonies of #11A92D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A92D

Black with #11A92D

Text Example


Text Example

White with #11A92D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,169,45); }

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

background-color css

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

 a { background-color: rgb(17,169,45); }

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

border-color css

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

 span { border-color: rgb(17,169,45); }

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