Html Css Color HEX #11A330 Dark Pastel Green

📋 copy color: '#11A330'

red 17 ◦ green 163 ◦ blue 48

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

Shades of Dark Pastel Green #11A330

Tints of Dark Pastel Green #11A330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.05%

R = 7.46%
G = 71.49%
B = 21.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#11A330 (or 0x11A330) is known color: Dark Pastel Green. HEX triplet: 11, A3 and 30. RGB value is (17,163,48). Sum of RGB (Red+Green+Blue) = 17+163+48=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 163 (64.06% from 255 or 71.49% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 163 - color contains mainly: green. Hex color #11A330 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A330 is #EE5CCF. Grayscale: #6A6A6A. Windows color (decimal): -15621328 or 3187473. OLE color: 3187473.

HSL color Cylindrical-coordinate representation of color #11A330: hue angle of 132.74º 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 #11A330 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 163 48 -
CMYK 0.90 0 0.71 0.36
HSL 132.74º 0.81% 0.35% -
HSV(B) 132.74º 0.9% 0.64% -
XYZ 13.86 26.53 7.19 -
YUV 106.24 95.13 64.35 -
System Red Green Blue C M Y K H S L
Decimal 17 163 48 0.90 0 0.71 0.36 132.74 0.81 0.35
Hex 11 A3 30 5A 0 47 24 85 51 23
Octal 21 243 60 132 0 107 44 205 121 43
Binary 10001 10100011 110000 1011010 0 1000111 100100 10000101 1010001 100011

Color Harmonies of #11A330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A330

Black with #11A330

Text Example


Text Example

White with #11A330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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